Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
H A Dhandles-inl.h40 return Handle(HandleScope::CreateHandle(isolate, object.ptr())); in New()
162 Address* HandleScope::CreateHandle(Isolate* isolate, Address value) { in CreateHandle() function in v8::internal::HandleScope
186 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
H A Dhandles.cc101 "v8::HandleScope::CreateHandle()", in Extend()
184 return HandleScope::CreateHandle(isolate_, object); in Lookup()
195 *find_result.entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
H A Dhandles.h227 V8_INLINE static Address* CreateHandle(Isolate* isolate, Address value);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-local-handle.h118 static internal::Address* CreateHandle(internal::Isolate* i_isolate,
133 // LocalBase<T>::New uses CreateHandle with an Isolate* parameter.
137 // Object::GetInternalField and Context::GetEmbedderData use CreateHandle with
195 return LocalBase(HandleScope::CreateHandle( in New()
/third_party/node/deps/v8/include/
H A Dv8-local-handle.h100 static internal::Address* CreateHandle(internal::Isolate* isolate,
115 // Local::New uses CreateHandle with an Isolate* parameter.
119 // Object::GetInternalField and Context::GetEmbedderData use CreateHandle with
322 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( in New()
H A Dv8-context.h363 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData()
H A Dv8-object.h747 A* result = HandleScope::CreateHandle(isolate, value); in GetInternalField()
/third_party/node/deps/v8/src/api/
H A 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()

Completed in 26 milliseconds