Home
last modified time | relevance | path

Searched refs:ToApi (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1274 v8::Value* value = ToApi<v8::Value>(node->handle()); in IdentifyWeakUnmodifiedObjects()
1355 v8::Value* value = ToApi<v8::Value>(node->handle()); in IterateYoungWeakObjectsForPhantomHandles()
1623 v8::Value* value = ToApi<v8::Value>(node->handle()); in ApplyPersistentHandleVisitor()
1644 v8::Value* value = ToApi<v8::Value>(node->handle()); in IterateTracedNodes()
/third_party/node/deps/v8/src/api/
Dapi.h296 inline T* ToApi(v8::internal::Handle<v8::internal::Object> obj) { in ToApi() function