Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dinspected-context.h59 bool addInternalObject(v8::Local<v8::Object> object,
Dv8-debugger.cc666 if (!addInternalObject(context, scope, V8InternalValueType::kScope)) in getTargetScopes()
712 if (!addInternalObject(context, result, V8InternalValueType::kScopeList)) in getTargetScopes()
758 if (!addInternalObject(context, wrapper, V8InternalValueType::kEntry)) in collectionsEntries()
1165 bool V8Debugger::addInternalObject(v8::Local<v8::Context> context, in addInternalObject() function in v8_inspector::V8Debugger
1170 return inspectedContext ? inspectedContext->addInternalObject(object, type) in addInternalObject()
Dinspected-context.cc137 bool InspectedContext::addInternalObject(v8::Local<v8::Object> object, in addInternalObject() function in v8_inspector::InspectedContext
Dv8-debugger.h139 bool addInternalObject(v8::Local<v8::Context> context,