Lines Matching defs:objectId
368 const String16& expression, Maybe<String16> objectId,
375 if (objectId.isJust() && executionContextId.isJust()) {
380 if (!objectId.isJust() && !executionContextId.isJust()) {
390 if (objectId.isJust()) {
391 InjectedScript::ObjectScope scope(m_session, objectId.fromJust());
429 const String16& objectId, Maybe<bool> ownProperties,
442 InjectedScript::ObjectScope scope(m_session, objectId);
477 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) {
478 InjectedScript::ObjectScope scope(m_session, objectId);
481 scope.injectedScript()->releaseObject(objectId);