Home
last modified time | relevance | path

Searched refs:addInternalObject (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dinspected-context.h50 bool addInternalObject(v8::Local<v8::Object> object,
Dv8-debugger.cc679 if (!addInternalObject(context, scope, V8InternalValueType::kScope)) in getTargetScopes()
725 if (!addInternalObject(context, result, V8InternalValueType::kScopeList)) in getTargetScopes()
770 if (!addInternalObject(context, wrapper, V8InternalValueType::kEntry)) in collectionsEntries()
1123 bool V8Debugger::addInternalObject(v8::Local<v8::Context> context, in addInternalObject() function in v8_inspector::V8Debugger
1128 return inspectedContext ? inspectedContext->addInternalObject(object, type) in addInternalObject()
Dinspected-context.cc125 bool InspectedContext::addInternalObject(v8::Local<v8::Object> object, in addInternalObject() function in v8_inspector::InspectedContext
Dv8-debugger.h153 bool addInternalObject(v8::Local<v8::Context> context,