Home
last modified time | relevance | path

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

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