Lines Matching defs:obj
895 i::Handle<i::Object> obj = Utils::OpenHandle(that);
896 Utils::ApiCheck(obj->IsAccessorPair(), "v8::debug::AccessorPair::Cast",
902 i::Handle<i::Object> obj = Utils::OpenHandle(that);
903 Utils::ApiCheck(obj->IsWasmValueObject(), "v8::debug::WasmValueObject::Cast",
908 i::Handle<i::Object> obj = Utils::OpenHandle(*that);
909 return obj->IsWasmValueObject();
966 i::Handle<i::Object> obj = Utils::OpenHandle(*v8_error);
971 scope.CloseAndEscape(isolate->CreateMessageFromException(obj)));
975 i::Handle<i::JSGeneratorObject> obj = Utils::OpenHandle(this);
976 i::Object maybe_script = obj->function().shared().script();
978 i::Handle<i::Script> script(i::Script::cast(maybe_script), obj->GetIsolate());
983 i::Handle<i::JSGeneratorObject> obj = Utils::OpenHandle(this);
984 return Utils::ToLocal(handle(obj->function(), obj->GetIsolate()));
988 i::Handle<i::JSGeneratorObject> obj = Utils::OpenHandle(this);
989 CHECK(obj->is_suspended());
990 i::Object maybe_script = obj->function().shared().script();
992 i::Isolate* isolate = obj->GetIsolate();
996 isolate, i::handle(obj->function().shared(), isolate));
997 i::Script::GetPositionInfo(script, obj->source_position(), &info,
1301 i::Handle<i::Object> obj = Utils::OpenHandle(*that);
1302 return obj->IsAccessorPair();