Searched refs:PersistentToLocal (Results 1 – 15 of 15) sorted by relevance
/third_party/node/src/ |
D | js_native_api_v8_internals.h | 35 using PersistentToLocal = node::PersistentToLocal; variable
|
D | env-inl.h | 113 return PersistentToLocal::Strong(js_execution_async_resources_); in js_execution_async_resources() 118 return PersistentToLocal::Strong(native_execution_async_resources_[i]); in native_execution_async_resource() 135 PersistentToLocal::Weak(env()->isolate(), *it) in SetJSPromiseHooks() 249 USE(PersistentToLocal::Strong(js_execution_async_resources_)->Set( in clear_async_id_stack() 266 PersistentToLocal::Strong(js_promise_hooks_[0]), in AddContext() 269 PersistentToLocal::Strong(js_promise_hooks_[1]), in AddContext() 272 PersistentToLocal::Strong(js_promise_hooks_[2]), in AddContext() 275 PersistentToLocal::Strong(js_promise_hooks_[3])); in AddContext() 293 PersistentToLocal::Weak(isolate, *it); in RemoveContext() 1246 return PersistentToLocal::Strong(PropertyName ## _); \ [all …]
|
D | util.h | 739 class PersistentToLocal { 749 return PersistentToLocal::Weak(isolate, persistent); 751 return PersistentToLocal::Strong(persistent);
|
D | node_contextify.h | 65 return PersistentToLocal::Default(env()->isolate(), context_); in context()
|
D | node_messaging.cc | 283 if (PersistentToLocal::Strong(seen_shared_array_buffers_[i]) == in GetSharedArrayBufferId() 748 Local<Function> emit_message = PersistentToLocal::Strong(emit_message_fn_); in OnMessage() 1272 auto ret = serializer->WriteValue(context, PersistentToLocal::Strong(data_)); in FinalizeTransferWrite()
|
D | node_contextify.cc | 134 ->RemoveContext(PersistentToLocal::Weak(isolate, context_)); in ~ContextifyContext() 831 PersistentToLocal::Default(env->isolate(), wrapped_script->script_); in CreateCachedData() 952 PersistentToLocal::Default(env->isolate(), wrapped_script->script_); in EvalMachine()
|
D | base_object-inl.h | 87 return PersistentToLocal::Default(env()->isolate(), persistent_handle_); in object()
|
D | js_native_api_v8.h | 73 return v8impl::PersistentToLocal::Strong(context_persistent); in context()
|
D | heap_utils.cc | 34 Local<Value> JSValue() { return PersistentToLocal::Strong(persistent_); } in JSValue()
|
D | async_wrap.cc | 253 Local<Object> prop_bag = PersistentToLocal::Default(info.GetIsolate(), in WeakCallback()
|
D | node_zlib.cc | 418 Local<Function> cb = PersistentToLocal::Default(env->isolate(), in AfterThreadPoolWork()
|
D | node_wasi.cc | 1656 Local<Object> memory = PersistentToLocal::Strong(this->memory_); in backingStore()
|
D | node_http2.cc | 1177 ab = PersistentToLocal::Strong(session->stream_buf_ab_); in OnStreamRead()
|
D | node_crypto.cc | 2418 Local<ArrayBufferView> obj = PersistentToLocal::Default(env->isolate(), in TLSExtStatusCallback()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 1013 …m/nodejs/node/commit/ff7cc8f9ef)] - **src**: add not-weak DCHECK to PersistentToLocal::Strong (Ann…
|