Lines Matching defs:constructor
735 // constructor function wasn't {WebAssembly.Module} directly, but some
844 // constructor function wasn't {WebAssembly.Instance} directly, but some
1200 // constructor function wasn't {WebAssembly.Table} directly, but some
1294 // constructor function wasn't {WebAssembly.Memory} directly, but some
1462 // constructor function wasn't {WebAssembly.Global} directly, but some
1649 // constructor function wasn't {WebAssembly.Suspender} directly, but some
1770 // The constructor above should guarantee that the cast below succeeds.
2735 // Assigns a dummy instance template to the given constructor function. Used to
2747 Handle<JSFunction> constructor,
2750 SetDummyInstanceTemplate(isolate, constructor);
2751 JSFunction::EnsureHasInitialMap(constructor);
2752 Handle<JSObject> proto(JSObject::cast(constructor->instance_prototype()),
2755 JSFunction::SetInitialMap(isolate, constructor, map, proto);
2904 // Set up runtime exception constructor.
2988 // sure that the {WebAssembly.Tag} constructor is set up.
2998 // Just return without adding the {Tag} constructor.