Lines Matching refs:WasmValue
538 // type WasmValue = {
542 // type WasmFunction = (... args : WasmValue[]) = > WasmValue;
544 // $globalX: WasmValue;
545 // $varX: WasmValue;
546 // $funcX(a : WasmValue /*, ...*/) : WasmValue;
555 // readonly stack : WasmValue[];
556 // readonly globals : {[nameOrIndex:string | number] : WasmValue};
557 // readonly locals : {[nameOrIndex:string | number] : WasmValue};
842 static Handle<JSObject> Create(Isolate* isolate, const wasm::WasmValue& value,
888 static Handle<JSObject> Create(Isolate* isolate, const wasm::WasmValue& value,
927 Isolate* isolate, const wasm::WasmValue& value,