Searched refs:addInternalObject (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/inspector/ |
D | inspected-context.h | 50 bool addInternalObject(v8::Local<v8::Object> object,
|
D | v8-debugger.cc | 679 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()
|
D | inspected-context.cc | 125 bool InspectedContext::addInternalObject(v8::Local<v8::Object> object, in addInternalObject() function in v8_inspector::InspectedContext
|
D | v8-debugger.h | 153 bool addInternalObject(v8::Local<v8::Context> context,
|