Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.h60 Response unwrapObject(const String16& objectId, v8::Local<v8::Value>*,
83 bool unwrapObject(std::unique_ptr<StringBuffer>*, const StringView& objectId,
Dv8-inspector-session-impl.cc255 bool V8InspectorSessionImpl::unwrapObject( in unwrapObject() function in v8_inspector::V8InspectorSessionImpl
260 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject()
273 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject() function in v8_inspector::V8InspectorSessionImpl
Dv8-heap-profiler-agent-impl.cc275 m_session->unwrapObject(objectId, &value, &context, nullptr); in getHeapObjectId()
/external/v8/include/
Dv8-inspector.h154 virtual bool unwrapObject(std::unique_ptr<StringBuffer>* error,