/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 355 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 D | js_native_api_v8.h | 587 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 D | js_native_api_v8.cc | 3939 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 D | heap-profiler.cc | 74 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 D | heap-profiler.h | 84 const v8::Local<v8::Value> v8_value, uint16_t class_id);
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 997 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 D | v8-profiler.h | 956 v8::Isolate* isolate, const v8::Local<v8::Value>& v8_value,
|
H A D | v8-inspector.h | 247 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 D | v8-profiler.h | 942 v8::Isolate* isolate, const v8::Local<v8::Value>& v8_value,
|
H A D | v8-inspector.h | 232 v8::Local<v8::Value> v8_value, int max_depth) { in serializeToWebDriverValue() 231 serializeToWebDriverValue( v8::Local<v8::Value> v8_value, int max_depth) serializeToWebDriverValue() argument
|