Lines Matching defs:object
252 thrower->TypeError("Argument 1 must be an object");
731 // The infrastructure for `new Foo` calls allocates an object, which is
732 // available here as {args.This()}. We're going to discard this object
840 // The infrastructure for `new Foo` calls allocates an object, which is
841 // available here as {args.This()}. We're going to discard this object
968 "Argument 0 must be a buffer source or a WebAssembly.Module object");
1049 Local<v8::Object> object,
1054 if (!object->Get(context, property).ToLocal(&value)) {
1072 // Fetch 'initial' or 'minimum' property from object. If both are provided,
1078 Local<v8::Object> object, int64_t* result,
1081 if (!GetOptionalIntegerProperty(isolate, thrower, context, object,
1091 if (!GetOptionalIntegerProperty(isolate, thrower, context, object,
1196 // The infrastructure for `new Foo` calls allocates an object, which is
1197 // available here as {args.This()}. We're going to discard this object
1290 // The infrastructure for `new Foo` calls allocates an object, which is
1291 // available here as {args.This()}. We're going to discard this object
1458 // The infrastructure for `new Foo` calls allocates an object, which is
1459 // available here as {args.This()}. We're going to discard this object
1645 // The infrastructure for `new Foo` calls allocates an object, which is
1646 // available here as {args.This()}. We're going to discard this object
1678 thrower->TypeError("Exception values must be an iterable object");
2247 thrower.TypeError("Expected a WebAssembly.Exception object");
2376 thrower.TypeError("Expected a WebAssembly.Exception object");
2677 Isolate* isolate, Handle<JSObject> object, const char* str,
2685 JSObject::AddProperty(isolate, object, name, function, attributes);
2690 Handle<JSObject> object,
2693 return InstallFunc(isolate, object, str, func, 1, true, DONT_ENUM,
2702 void InstallGetter(Isolate* isolate, Handle<JSObject> object, const char* str,
2709 Utils::ToLocal(object)->SetAccessorProperty(Utils::ToLocal(name),
2719 void InstallGetterSetter(Isolate* isolate, Handle<JSObject> object,
2730 Utils::ToLocal(object)->SetAccessorProperty(
2738 // object explicitly and ignore implicit receiver.
2811 // Expose the API on the global object if configured to do so.
2997 // There is no {WebAssembly} object, or it's not what we expect.
3004 // The {WebAssembly} object may already have been modified. The following
3006 // - check for existing {Tag} properties on the object itself, and avoid
3032 // This could still fail if the object was non-extensible, but now we