Home
last modified time | relevance | path

Searched refs:NewPersistentHandle (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.h59 Handle<T> NewPersistentHandle(T object) { in NewPersistentHandle() function
67 Handle<T> NewPersistentHandle(Handle<T> object) { in NewPersistentHandle() function
68 return NewPersistentHandle(*object); in NewPersistentHandle()
75 return NewPersistentHandle(handle); in NewPersistentMaybeHandle()
/third_party/node/deps/v8/src/snapshot/
Dobject-deserializer.cc143 isolate()->heap()->NewPersistentHandle(script)); in Deserialize()
/third_party/node/deps/v8/src/parsing/
Dpending-compilation-error-handler.cc31 args_[0].js_string = isolate->heap()->NewPersistentHandle(string); in SetString()
/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h530 retain_code_ = isolate->heap()->NewPersistentHandle( in IsCompiledScope()
534 isolate->heap()->NewPersistentHandle(shared.GetBytecodeArray(isolate)); in IsCompiledScope()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h277 local_isolate()->heap()->NewPersistentHandle(obj).location(); in DEFINE_OPERATORS_FOR_FLAGS()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1510 function_handle_(isolate->heap()->NewPersistentHandle(function_handle)), in FinalizeUnoptimizedCompilationData()
1517 : function_handle_(isolate->heap()->NewPersistentHandle(function_handle)), in DeferredFinalizationJobData()
1643 script_ = isolate->heap()->NewPersistentHandle(script); in Run()
1649 script_ = isolate->heap()->NewPersistentHandle( in Run()