Lines Matching defs:object
182 bool GetPrivateMembers(Local<Context> context, Local<Object> object,
188 i::Handle<i::JSReceiver> receiver = Utils::OpenHandle(*object);
888 i::Handle<i::Object> object = Utils::OpenHandle(*value);
889 if (object->IsSmi()) return i::kTaggedSize;
890 CHECK(object->IsHeapObject());
891 return i::Handle<i::HeapObject>::cast(object)->Size();
913 i::Handle<i::WasmValueObject> object =
915 i::Isolate* isolate = object->GetIsolate();
916 i::Handle<i::String> type(object->type(), isolate);
960 // Drop the first argument (receiver, i.e. the "console" object).
1323 Local<Context> context, Local<Object> object, bool skip_indices) {
1325 reinterpret_cast<i::Isolate*>(object->GetIsolate());
1332 isolate, Utils::OpenHandle(*object), skip_indices);