Home
last modified time | relevance | path

Searched refs:kScope (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.h125 explicit Entry(const Scope* scope) : scope_(scope), tag_(Tag::kScope) {} in Entry()
179 kScope, member in v8::internal::interpreter::final::Entry::Tag
H A Dconstant-array-builder.cc92 case Entry::Tag::kScope: in CheckAllElementsAreUnique()
398 case Tag::kScope: in ToHandle()
/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.h31 enum class V8InternalValueType { kNone, kEntry, kScope, kScopeList }; member in v8_inspector::V8InternalValueType
H A Dvalue-mirror.cc1387 if (internalType == V8InternalValueType::kScope) { in getProperties()
1815 if (value->IsObject() && internalType == V8InternalValueType::kScope) { in create()
H A Dv8-debugger.cc666 if (!addInternalObject(context, scope, V8InternalValueType::kScope)) in getTargetScopes()

Completed in 7 milliseconds