Searched refs:ToApi (Results 1 – 2 of 2) sorted by relevance
1274 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()
296 inline T* ToApi(v8::internal::Handle<v8::internal::Object> obj) { in ToApi() function