Lines Matching defs:objectGroup
99 const String16& objectGroup, WrapMode wrapMode,
105 maybeResultValue, tryCatch, objectGroup, wrapMode, &result,
120 const String16& objectGroup, bool throw_on_side_effect,
168 scope.tryCatch(), objectGroup, WrapMode::kNoPreview,
199 scope.tryCatch(), objectGroup, wrapMode,
205 session, maybeResultValue, objectGroup, wrapMode, false /* replMode */,
252 const String16& expression, Maybe<String16> objectGroup,
333 scope.tryCatch(), objectGroup.fromMaybe(""),
338 m_session, maybeResultValue, objectGroup.fromMaybe(""), wrap_mode,
372 Maybe<int> executionContextId, Maybe<String16> objectGroup,
401 objectGroup.isJust() ? objectGroup.fromMaybe(String16())
423 objectGroup.fromMaybe(""), throwOnSideEffect.fromMaybe(false),
485 Response V8RuntimeAgentImpl::releaseObjectGroup(const String16& objectGroup) {
486 m_session->releaseObjectGroup(objectGroup);
569 Maybe<String16> objectGroup, Maybe<bool> silent,
633 scope.tryCatch(), objectGroup.fromMaybe(""), mode,
638 m_session, maybeResultValue.ToLocalChecked(), objectGroup.fromMaybe(""),
644 const String16& prototypeObjectId, Maybe<String16> objectGroup,
655 resultArray, objectGroup.fromMaybe(scope.objectGroupName()),