Home
last modified time | relevance | path

Searched refs:v8_value (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc355 v8::Local<v8::Value> v8_value) { in ExtractEmbedderDataBackref()
358 if (!v8_value->IsObject()) return nullptr; in ExtractEmbedderDataBackref()
360 Handle<Object> v8_object = Utils::OpenHandle(*v8_value); in ExtractEmbedderDataBackref()
467 v8::Local<v8::Value> v8_value = in AddEdge() local
469 if (!v8_value.IsEmpty()) { in AddEdge()
473 auto* v8_node = graph_.V8Node(v8_value); in AddEdge()
490 v8_value); in AddEdge()
513 profiler->GetDetachedness(v8_value, ref.WrapperClassId())); in AddEdge()
841 v8::Local<v8::Value> v8_value = in VisitForVisibility() local
843 if (!v8_value in VisitForVisibility()
354 ExtractEmbedderDataBackref(Isolate* isolate, v8::Local<v8::Value> v8_value) ExtractEmbedderDataBackref() argument
[all...]
/third_party/node/src/
H A Djs_native_api_v8.h587 v8::Local<v8::Value> v8_value = v8impl::V8LocalValueFromJsValue(propertyCfg->namedPropertyData); in CreatePropertyCfg() local
588 v8impl::Reference* reference = v8impl::Reference::New(env, v8_value, 1, v8impl::Ownership::kUserland); in CreatePropertyCfg()
593 v8::Local<v8::Value> v8_value = v8impl::V8LocalValueFromJsValue(propertyCfg->indexedPropertyData); in CreatePropertyCfg() local
594 v8impl::Reference* reference = v8impl::Reference::New(env, v8_value, 1, v8impl::Ownership::kUserland); in CreatePropertyCfg()
H A Djs_native_api_v8.cc3939 v8::Local<v8::Value> v8_value = v8impl::V8LocalValueFromJsValue(value);
3941 env, v8_value, initialRefcount, v8impl::Ownership::kUserland);
4648 v8::Local<v8::Value> v8_value = v8impl::V8LocalValueFromJsValue(jsObject);
4649 RETURN_STATUS_IF_FALSE(env, v8_value->IsObject(), JSVM_INVALID_ARG);
4657 env, v8_value, 0, ownership, finalizeCb, finalizeData, finalizeHint);
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc74 const v8::Local<v8::Value> v8_value, uint16_t class_id) { in GetDetachedness()
77 reinterpret_cast<v8::Isolate*>(heap()->isolate()), v8_value, class_id, in GetDetachedness()
73 GetDetachedness( const v8::Local<v8::Value> v8_value, uint16_t class_id) GetDetachedness() argument
H A Dheap-profiler.h84 const v8::Local<v8::Value> v8_value, uint16_t class_id);
/third_party/node/src/crypto/
H A Dcrypto_common.cc997 Local<String> v8_value; in GetX509NameObject() local
1002 .ToLocal(&v8_value)) { in GetX509NameObject()
1026 if (array->Set(env->context(), array->Length(), v8_value).IsNothing()) { in GetX509NameObject()
1029 } else if (result->Set(env->context(), v8_name, v8_value).IsNothing()) { in GetX509NameObject()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h956 v8::Isolate* isolate, const v8::Local<v8::Value>& v8_value,
H A Dv8-inspector.h247 v8::Local<v8::Value> v8_value, int max_depth) { in serializeToWebDriverValue()
246 serializeToWebDriverValue( v8::Local<v8::Value> v8_value, int max_depth) serializeToWebDriverValue() argument
/third_party/node/deps/v8/include/
H A Dv8-profiler.h942 v8::Isolate* isolate, const v8::Local<v8::Value>& v8_value,
H A Dv8-inspector.h232 v8::Local<v8::Value> v8_value, int max_depth) { in serializeToWebDriverValue()
231 serializeToWebDriverValue( v8::Local<v8::Value> v8_value, int max_depth) serializeToWebDriverValue() argument

Completed in 19 milliseconds