Lines Matching defs:object
46 #include "src/inspector/remote-object-id.h"
190 // In REPL mode the result is additionally wrapped in an object.
194 v8::Local<v8::Object> object;
195 if (!result->ToObject(scope.context()).ToLocal(&object)) {
202 if (!object->Get(scope.context(), name).ToLocal(&result)) {
248 // construct the exception details from the message object. Otherwise
362 v8::Local<v8::Object> object, const String16& groupName, bool ownProperties,
375 if (!ValueMirror::getProperties(context, object, ownProperties,
691 return Response::ServerError("Could not find object with given id");
738 "object");
766 "Couldn't parse value object in call argument");