Home
last modified time | relevance | path

Searched refs:CreateHandle (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles-inl.h40 return Handle(HandleScope::CreateHandle(isolate, object.ptr())); in New()
162 Address* HandleScope::CreateHandle(Isolate* isolate, Address value) { in CreateHandle() function
186 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
Dhandles.cc184 return HandleScope::CreateHandle(isolate_, object); in Lookup()
195 *find_result.entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
Dhandles.h227 V8_INLINE static Address* CreateHandle(Isolate* isolate, Address value);
/third_party/node/deps/v8/include/
Dv8-local-handle.h100 static internal::Address* CreateHandle(internal::Isolate* isolate,
322 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( in New()
Dv8-context.h363 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData()
Dv8-object.h730 A* result = HandleScope::CreateHandle(isolate, value); in GetInternalField()
/third_party/node/deps/v8/src/api/
Dapi.cc953 i::Address* HandleScope::CreateHandle(i::Isolate* isolate, i::Address value) { in CreateHandle() function in v8::HandleScope
954 return i::HandleScope::CreateHandle(isolate, value); in CreateHandle()
960 CreateHandle(isolate, i::ReadOnlyRoots(isolate).the_hole_value().ptr()); in EscapableHandleScope()
/third_party/chromium/patch/
D0003-ohos-1115.patch25231 + gin::CreateHandle(isolate, object);
25750 + gin::CreateHandle(args->isolate(), object_result);