Searched refs:CreateHandle (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/deps/v8/src/handles/ |
| 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 186 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
|
| D | handles.cc | 184 return HandleScope::CreateHandle(isolate_, object); in Lookup() 195 *find_result.entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
|
| D | handles.h | 227 V8_INLINE static Address* CreateHandle(Isolate* isolate, Address value);
|
| /third_party/node/deps/v8/include/ |
| D | v8-local-handle.h | 100 static internal::Address* CreateHandle(internal::Isolate* isolate, 322 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( in New()
|
| D | v8-context.h | 363 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData()
|
| D | v8-object.h | 730 A* result = HandleScope::CreateHandle(isolate, value); in GetInternalField()
|
| /third_party/node/deps/v8/src/api/ |
| 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()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 25231 + gin::CreateHandle(isolate, object); 25750 + gin::CreateHandle(args->isolate(), object_result);
|