Lines Matching defs:object
346 Local<v8::Object> object,
350 return object->Get(context, v8_str.ToLocalChecked());
354 Local<v8::Object> object, const char* property) {
355 return TryGetValue(isolate, context, object, property).ToLocalChecked();
359 Local<Object> object) {
360 if (object->InternalFieldCount() != 1) {
365 i::Handle<i::Object> handle = Utils::OpenHandle(*object->GetInternalField(0));
411 v8::Isolate* isolate, Local<Context> context, Local<v8::Object> object,
414 GetValue(isolate, context, object, kIncludedCategoriesParam);
1692 Local<Object> object = args[0].As<Object>();
1693 Local<Value> value = TryGetValue(isolate, context, object, "detailed")
1729 Local<Object> object =
1731 i::Handle<i::JSReceiver> i_object = Utils::OpenHandle(*object);
1737 if (!object->GetCreationContext().ToLocal(&creation_context)) {
1738 args.GetIsolate()->ThrowError("object doesn't have creation context");
1746 // Realm.global(i) returns the global object of realm i.
1754 // object when the global proxy is detached from the global object. The
1998 // Create a snapshot object and store the WebSnapshotData as an embedder
2027 // Restore the snapshot data from the snapshot object.
2408 Local<Object> object = args[index].As<Object>();
2411 if (!TryGetValue(isolate, context, object, "type").ToLocal(&value)) {
2433 TryGetValue(isolate, context, object, "arguments").ToLocal(arguments);
2572 // The C++ worker object's lifetime is shared between the Managed<Worker>
2573 // object on the heap, which the JavaScript object points to, and an
2694 // enumerating the properties of the global object and eval'ing them. As such
3061 // installed on the global object can be hidden with the --omit-quit flag
3252 // If there is no real Error object, manually create a stack trace.
4142 // remaining reference can be from a JavaScript object via a Managed.