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

/external/v8/src/inspector/
H A Dinjected-script.cc148 std::unique_ptr<protocol::Value> protocolValue;
149 Response response = toProtocolValue(context, resultValue, &protocolValue);
153 Array<PropertyDescriptor>::fromValue(protocolValue.get(), &errors);
182 std::unique_ptr<protocol::Value> protocolValue; local
183 response = toProtocolValue(context, wrappedObject, &protocolValue);
187 protocol::Runtime::RemoteObject::fromValue(protocolValue.get(), &errors);
259 std::unique_ptr<protocol::Value> protocolValue;
260 Response response = toProtocolValue(context, r, &protocolValue);
263 return protocol::Runtime::RemoteObject::fromValue(protocolValue.get(),
H A Dv8-debugger-agent-impl.cc972 std::unique_ptr<protocol::Value> protocolValue; local
973 Response response = toProtocolValue(debuggerContext, objects, &protocolValue);
976 *result = Array<CallFrame>::fromValue(protocolValue.get(), &errorSupport);

Completed in 69 milliseconds