final class WasmContext extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WasmContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addCustomJSHelper(jsFunction: Function, wasmType: FunctionType): FunctionID
- def addGlobal(g: Global): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val coreLib: CoreWasmLib
- val coreSpec: CoreSpec
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAllCustomJSHelpers(): List[(String, Function)]
- def getAllFuncDeclarations(): List[FunctionID]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getClassInfo(name: ClassName): ClassInfo
- def getClassInfoOption(name: ClassName): Option[ClassInfo]
- def getClosureDataStructType(captureParamTypes: List[Type]): TypeID
-
def
getReflectiveProxyId(name: MethodName): Int
Retrieves a unique identifier for a reflective proxy with the given name.
Retrieves a unique identifier for a reflective proxy with the given name.
If no class defines a reflective proxy with the given name, returns
-1
. -
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inferTypeFromTypeRef(typeRef: TypeRef): Type
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val itablesLength: Int
- val jsNameGen: NameGen
-
val
mainRecType: RecTypeBuilder
The main
rectype
containing the object model types. - val moduleBuilder: ModuleBuilder
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def refFuncWithDeclaration(funcID: FunctionID): RefFunc
- val stringPool: StringPool
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tableFunctionType(methodName: MethodName): TypeID
Adds or reuses a function type for a table function.
Adds or reuses a function type for a table function.
Table function types are part of the main
rectype
, and have names derived from themethodName
. -
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()