Lines Matching refs:groupName
362 v8::Local<v8::Object> object, const String16& groupName, bool ownProperties,
378 return createExceptionDetails(tryCatch, groupName, exceptionDetails);
391 *mirror.value, groupName, wrapMode, v8::MaybeLocal<v8::Value>(),
403 groupName, remoteObject.get());
413 groupName, remoteObject.get());
423 groupName, remoteObject.get());
433 groupName, remoteObject.get());
444 v8::Local<v8::Value> value, const String16& groupName,
471 groupName, remoteObject.get());
499 groupName, remoteObject.get());
510 groupName, remoteObject.get());
521 groupName, remoteObject.get());
538 v8::Local<v8::Value> value, const String16& groupName, WrapMode wrapMode,
540 return wrapObject(value, groupName, wrapMode, v8::MaybeLocal<v8::Value>(),
545 v8::Local<v8::Value> value, const String16& groupName, WrapMode wrapMode,
552 return wrapObjectMirror(*mirror, groupName, wrapMode, customPreviewConfig,
557 const ValueMirror& mirror, const String16& groupName, WrapMode wrapMode,
567 response = bindRemoteObjectIfNeeded(sessionId, context, value, groupName,
572 generateCustomPreview(sessionId, groupName, value.As<v8::Object>(),
1021 const String16& groupName) {
1026 if (!groupName.isEmpty() && id > 0) {
1027 m_idToObjectGroupName[id] = groupName;
1028 m_nameToObjectGroup[groupName].push_back(id);
1037 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject) {
1053 remoteObject->setObjectId(injectedScript->bindObject(value, groupName));