Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.cc357 std::unique_ptr<protocol::Value> protocolValue; in getProperties() local
358 Response response = toProtocolValue(context, resultValue, &protocolValue); in getProperties()
362 Array<PropertyDescriptor>::fromValue(protocolValue.get(), &errors); in getProperties()
391 std::unique_ptr<protocol::Value> protocolValue; in wrapObject() local
392 response = toProtocolValue(context, wrappedObject, &protocolValue); in wrapObject()
396 protocol::Runtime::RemoteObject::fromValue(protocolValue.get(), &errors); in wrapObject()
431 std::unique_ptr<protocol::Value> protocolValue; in wrapTable() local
432 Response response = toProtocolValue(context, r, &protocolValue); in wrapTable()
435 return protocol::Runtime::RemoteObject::fromValue(protocolValue.get(), in wrapTable()