Home
last modified time | relevance | path

Searched refs:Eternalize (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h29 V8_EXPORT internal::Address* Eternalize(v8::Isolate* isolate, Value* handle);
67 api_internal::Eternalize(isolate, *handle.template UnsafeAs<Value>()); in Set()
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h29 V8_EXPORT Value* Eternalize(v8::Isolate* isolate, Value* handle);
67 api_internal::Eternalize(isolate, reinterpret_cast<Value*>(*handle))); in Set()
/third_party/node/deps/v8/src/api/
H A Dapi.cc890 Value* Eternalize(Isolate* v8_isolate, Value* value) { in Eternalize() function

Completed in 25 milliseconds