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.cc221 bool V8InspectorSessionImpl::unwrapObject( in unwrapObject() function in v8_inspector::V8InspectorSessionImpl
226 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject()
239 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject() function in v8_inspector::V8InspectorSessionImpl
Dv8-heap-profiler-agent-impl.cc273 m_session->unwrapObject(objectId, &value, &context, nullptr); in getHeapObjectId()
/external/v8/include/
Dv8-inspector.h152 virtual bool unwrapObject(std::unique_ptr<StringBuffer>* error,