CreateHandle 460 include/v8.h static internal::Object** CreateHandle(internal::Object* value); CreateHandle 462 include/v8.h static internal::Object** CreateHandle(internal::HeapObject* value); CreateHandle 4073 include/v8.h return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( CreateHandle 4076 include/v8.h return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(*p))); CreateHandle 4237 include/v8.h O** result = HandleScope::CreateHandle(value); CreateHandle 721 src/api.cc return i::HandleScope::CreateHandle(value, i::Isolate::Current()); CreateHandle 728 src/api.cc i::HandleScope::CreateHandle(value, value->GetIsolate())); CreateHandle 51 src/handles-inl.h location_ = HandleScope::CreateHandle(obj, GetIsolateForHandle(obj)); CreateHandle 58 src/handles-inl.h location_ = HandleScope::CreateHandle(obj, isolate); CreateHandle 121 src/handles-inl.h Handle<T> result(CreateHandle<T>(value, isolate_)); CreateHandle 132 src/handles-inl.h T** HandleScope::CreateHandle(T* value, Isolate* isolate) { CreateHandle 125 src/handles.h static inline T** CreateHandle(T* value, Isolate* isolate);