Home
last modified time | relevance | path

Searched refs:wrapObject (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-session-impl.h54 std::unique_ptr<protocol::Runtime::RemoteObject> wrapObject(
87 std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
Dv8-inspector-session-impl.cc272 V8InspectorSessionImpl::wrapObject(v8::Local<v8::Context> context, in wrapObject() function in v8_inspector::V8InspectorSessionImpl
276 return wrapObject(context, value, toString16(groupName), generatePreview); in wrapObject()
280 V8InspectorSessionImpl::wrapObject(v8::Local<v8::Context> context, in wrapObject() function in v8_inspector::V8InspectorSessionImpl
288 injectedScript->wrapObject(value, groupName, false, generatePreview, &result); in wrapObject()
Dinjected-script.cc173 response = scope.injectedScript()->wrapObject( in thenCallback()
195 response = scope.injectedScript()->wrapObject( in catchCallback()
380 Response InjectedScript::wrapObject( in wrapObject() function in v8_inspector::InjectedScript
599 wrapObject(exception, objectGroup, false /* forceValueType */, in createExceptionDetails()
617 Response response = wrapObject(resultValue, objectGroup, returnByValue, in wrapEvaluateResult()
630 wrapObject(exception, objectGroup, false, in wrapEvaluateResult()
Dinjected-script.h84 Response wrapObject(
Dv8-console-message.cc277 session->wrapObject(context, m_arguments[i]->Get(isolate), "console", in wrapArguments()
365 return session->wrapObject(inspectedContext->context(), in wrapException()
Dv8-debugger-agent-impl.cc264 Response result = injectedScript->wrapObject( in buildScopes()
1276 res = injectedScript->wrapObject(receiver, kBacktraceObjectGroup, false, in currentCallFrames()
1327 res = injectedScript->wrapObject(returnValue, kBacktraceObjectGroup, in currentCallFrames()
1535 injectedScript->wrapObject(exception, kBacktraceObjectGroup, false, false, in didPause()
Dv8-runtime-agent-impl.cc424 protocol::Response response = scope.injectedScript()->wrapObject( in getProperties()
605 return scope.injectedScript()->wrapObject( in queryObjects()
Dv8-heap-profiler-agent-impl.cc246 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()
Dinjected-script-source.js222 wrapObject: function(object, groupName, forceValueType, generatePreview) method in InjectedScript
Dv8-console.cc582 injectedScript->wrapObject(value, "", false /** forceValueType */, in inspectImpl()
/external/v8/include/
Dv8-inspector.h152 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(