Home
last modified time | relevance | path

Searched refs:JsValueFromV8LocalValue (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.cc291 : CallbackWrapper(JsValueFromV8LocalValue(cbinfo.This()), in CallbackWrapperBase()
368 return v8impl::JsValueFromV8LocalValue(_cbinfo.NewTarget()); in GetNewTarget()
380 buffer[i] = v8impl::JsValueFromV8LocalValue(_cbinfo[i]); in Args()
385 v8impl::JsValueFromV8LocalValue(v8::Undefined(_cbinfo.GetIsolate())); in Args()
797 *result = v8impl::JsValueFromV8LocalValue(return_value); in napi_create_function()
880 *result = v8impl::JsValueFromV8LocalValue( in napi_define_class()
991 v8impl::JsValueFromV8LocalValue(maybe_all_propertynames.ToLocalChecked()); in napi_get_all_property_names()
1058 *result = v8impl::JsValueFromV8LocalValue(val); in napi_get_property()
1171 *result = v8impl::JsValueFromV8LocalValue(val); in napi_get_named_property()
1231 *result = v8impl::JsValueFromV8LocalValue(get_maybe.ToLocalChecked()); in napi_get_element()
[all …]
Dnode_api.cc332 js_callback = v8impl::JsValueFromV8LocalValue(js_cb); in DispatchOne()
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()
892 *result = v8impl::JsValueFromV8LocalValue( in napi_make_callback()
913 *result = v8impl::JsValueFromV8LocalValue(buffer); in napi_create_buffer()
947 *result = v8impl::JsValueFromV8LocalValue(maybe.ToLocalChecked()); in napi_create_external_buffer()
970 *result = v8impl::JsValueFromV8LocalValue(buffer); in napi_create_buffer_copy()
Djs_native_api_v8.h290 inline napi_value JsValueFromV8LocalValue(v8::Local<v8::Value> local) { in JsValueFromV8LocalValue() function