Lines Matching refs:instance
27 #include "src/objects/instance-type.h"
318 i::Handle<i::WasmInstanceObject> instance) override {
320 i::JSPromise::Resolve(promise_, instance);
364 i::Handle<i::WasmInstanceObject> instance) override {
371 isolate_->factory()->NewStringFromStaticChars("instance");
376 i::JSObject::AddProperty(isolate_, result, instance_name, instance,
857 // (where ResultObject has a "module" and an "instance" field)
942 // {module: WebAssembly.Module, instance: WebAssembly.Instance}
2143 thrower.RangeError("Unable to grow instance memory");
2587 i::Handle<i::WasmInstanceObject> instance(
2594 i_isolate, instance, index,
2735 // Assigns a dummy instance template to the given constructor function. Used to
2737 // instance type different from the internal one, they allocate the resulting
2958 // Make all exported functions an instance of {WebAssembly.Function}.
2961 // Make all exported functions an instance of {Function}.