Home
last modified time | relevance | path

Searched refs:v8impl (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.cc59 namespace v8impl { namespace
71 v8impl::V8LocalValueFromJsValue(p->name); in V8NameFromPropertyDescriptor()
103 JsDeferredFromNodePersistent(v8impl::Persistent<v8::Value>* local) { in JsDeferredFromNodePersistent()
107 inline static v8impl::Persistent<v8::Value>*
109 return reinterpret_cast<v8impl::Persistent<v8::Value>*>(local); in NodePersistentFromJsDeferred()
173 v8impl::Persistent<v8::Value>* deferred_ref = in ConcludeDeferred()
181 v8_resolver->Resolve(context, v8impl::V8LocalValueFromJsValue(result)) : in ConcludeDeferred()
182 v8_resolver->Reject(context, v8impl::V8LocalValueFromJsValue(result)); in ConcludeDeferred()
208 v8::Local<v8::Value> value = v8impl::V8LocalValueFromJsValue(js_object); in Unwrap()
216 static_cast<v8impl::Reference*>(val.As<v8::External>()->Value()); in Unwrap()
[all …]
Dnode_api.cc50 namespace v8impl { namespace
332 js_callback = v8impl::JsValueFromV8LocalValue(js_cb); in DispatchOne()
442 v8impl::Persistent<v8::Function> ref;
602 napi_env env = v8impl::NewEnv(context, module_filename); in napi_module_register_by_symbol()
606 _exports = init(env, v8impl::JsValueFromV8LocalValue(exports)); in napi_module_register_by_symbol()
613 _exports != v8impl::JsValueFromV8LocalValue(exports)) { in napi_module_register_by_symbol()
614 napi_value _module = v8impl::JsValueFromV8LocalValue(module); in napi_module_register_by_symbol()
734 v8::Local<v8::Value> local_err = v8impl::V8LocalValueFromJsValue(err); in napi_fatal_exception()
735 v8impl::trigger_fatal_exception(env, local_err); in napi_fatal_exception()
775 v8impl::AsyncContext* node_async_context = in napi_open_callback_scope()
[all …]
Djs_native_api_v8.h11 namespace v8impl {
66 v8impl::RefTracker::FinalizeAll(&finalizing_reflist); in ~napi_env__()
67 v8impl::RefTracker::FinalizeAll(&reflist); in ~napi_env__()
70 v8impl::Persistent<v8::Context> context_persistent;
73 return v8impl::PersistentToLocal::Strong(context_persistent); in context()
111 v8impl::Persistent<v8::Value> last_exception;
116 v8impl::RefTracker::RefList reflist;
117 v8impl::RefTracker::RefList finalizing_reflist;
218 v8impl::TryCatch try_catch((env))
223 auto maybe = v8impl::V8LocalValueFromJsValue((src))->To##type((context)); \
[all …]
Djs_native_api_v8_internals.h30 namespace v8impl {
/third_party/node/test/cctest/
Dtest_js_native_api_v8.cc11 namespace v8impl { namespace
/third_party/node/doc/guides/
Dinvestigating_native_memory_leak.md252 ==4174== by 0x98F764: v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::Functio…
266 ==4174== by 0x98F764: v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::Functio…
299 ==4174== by 0x98F764: v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::Functio…
355 ==18481== by 0x98F764: v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::Functi…
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md685 …s://github.com/nodejs/node/commit/9e5edf2158)] - **node-api**: cctest on v8impl::Reference (legend…