Searched refs:CreateHandle (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/handles/ |
H A D | handles-inl.h | 40 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 D | handles.cc | 101 "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 D | handles.h | 227 V8_INLINE static Address* CreateHandle(Isolate* isolate, Address value);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-local-handle.h | 118 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 D | v8-local-handle.h | 100 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 D | v8-context.h | 363 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData()
|
H A D | v8-object.h | 747 A* result = HandleScope::CreateHandle(isolate, value); in GetInternalField()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 953 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