• Home
  • Raw
  • Download

Lines Matching refs:groupName

357     v8::Local<v8::Object> object, const String16& groupName, bool ownProperties,  in getProperties()  argument
372 return createExceptionDetails(tryCatch, groupName, exceptionDetails); in getProperties()
385 *mirror.value, groupName, wrapMode, v8::MaybeLocal<v8::Value>(), in getProperties()
397 groupName, remoteObject.get()); in getProperties()
407 groupName, remoteObject.get()); in getProperties()
417 groupName, remoteObject.get()); in getProperties()
427 groupName, remoteObject.get()); in getProperties()
438 v8::Local<v8::Value> value, const String16& groupName, in getInternalAndPrivateProperties() argument
462 groupName, remoteObject.get()); in getInternalAndPrivateProperties()
488 groupName, remoteObject.get()); in getInternalAndPrivateProperties()
499 groupName, remoteObject.get()); in getInternalAndPrivateProperties()
510 groupName, remoteObject.get()); in getInternalAndPrivateProperties()
527 v8::Local<v8::Value> value, const String16& groupName, WrapMode wrapMode, in wrapObject() argument
529 return wrapObject(value, groupName, wrapMode, v8::MaybeLocal<v8::Value>(), in wrapObject()
534 v8::Local<v8::Value> value, const String16& groupName, WrapMode wrapMode, in wrapObject() argument
541 return wrapObjectMirror(*mirror, groupName, wrapMode, customPreviewConfig, in wrapObject()
546 const ValueMirror& mirror, const String16& groupName, WrapMode wrapMode, in wrapObjectMirror() argument
556 response = bindRemoteObjectIfNeeded(sessionId, context, value, groupName, in wrapObjectMirror()
561 generateCustomPreview(sessionId, groupName, value.As<v8::Object>(), in wrapObjectMirror()
998 const String16& groupName) { in bindObject() argument
1003 if (!groupName.isEmpty() && id > 0) { in bindObject()
1004 m_idToObjectGroupName[id] = groupName; in bindObject()
1005 m_nameToObjectGroup[groupName].push_back(id); in bindObject()
1014 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject) { in bindRemoteObjectIfNeeded() argument
1030 remoteObject->setObjectId(injectedScript->bindObject(value, groupName)); in bindRemoteObjectIfNeeded()