Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-internal-value-type.cc20 V8InternalValueType type) { in subtypeForInternalType()
22 case V8InternalValueType::kEntry: in subtypeForInternalType()
24 case V8InternalValueType::kLocation: in subtypeForInternalType()
26 case V8InternalValueType::kScope: in subtypeForInternalType()
28 case V8InternalValueType::kScopeList: in subtypeForInternalType()
38 v8::Local<v8::Object> object, V8InternalValueType type) { in markAsInternal()
47 V8InternalValueType type) { in markArrayEntriesAsInternal()
Dv8-internal-value-type.h12 enum class V8InternalValueType { kEntry, kLocation, kScope, kScopeList }; enum
15 V8InternalValueType);
17 V8InternalValueType);
Dv8-debugger.cc77 V8InternalValueType::kEntry)) { in collectionsEntries()
115 if (!markAsInternal(context, location, V8InternalValueType::kLocation)) { in buildLocation()
724 V8InternalValueType::kScopeList)) in getTargetScopes()
727 V8InternalValueType::kScope)) in getTargetScopes()