Lines Matching refs:V8RuntimeAgentImpl

121     std::unique_ptr<V8RuntimeAgentImpl::CallFunctionOnCallback> callback) {
206 EvaluateCallbackWrapper<V8RuntimeAgentImpl::CallFunctionOnCallback>::wrap(
240 V8RuntimeAgentImpl::V8RuntimeAgentImpl(
249 V8RuntimeAgentImpl::~V8RuntimeAgentImpl() = default;
251 void V8RuntimeAgentImpl::evaluate(
343 void V8RuntimeAgentImpl::awaitPromise(
367 void V8RuntimeAgentImpl::callFunctionOn(
428 Response V8RuntimeAgentImpl::getProperties(
477 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) {
485 Response V8RuntimeAgentImpl::releaseObjectGroup(const String16& objectGroup) {
490 Response V8RuntimeAgentImpl::runIfWaitingForDebugger() {
495 Response V8RuntimeAgentImpl::setCustomObjectFormatterEnabled(bool enabled) {
503 Response V8RuntimeAgentImpl::setMaxCallStackSizeToCapture(int size) {
510 "V8RuntimeAgentImpl::setMaxCallStackSizeToCapture", this,
518 Response V8RuntimeAgentImpl::discardConsoleEntries() {
525 Response V8RuntimeAgentImpl::compileScript(
567 void V8RuntimeAgentImpl::runScript(
643 Response V8RuntimeAgentImpl::queryObjects(
659 Response V8RuntimeAgentImpl::globalLexicalScopeNames(
682 Response V8RuntimeAgentImpl::getIsolateId(String16* outIsolateId) {
689 Response V8RuntimeAgentImpl::getHeapUsage(double* out_usedSize,
698 void V8RuntimeAgentImpl::terminateExecution(
713 Response V8RuntimeAgentImpl::addBinding(const String16& name,
760 void V8RuntimeAgentImpl::bindingCallback(
783 void V8RuntimeAgentImpl::addBinding(InspectedContext* context,
809 Response V8RuntimeAgentImpl::removeBinding(const String16& name) {
817 Response V8RuntimeAgentImpl::getExceptionDetails(
852 void V8RuntimeAgentImpl::bindingCalled(const String16& name,
860 void V8RuntimeAgentImpl::addBindings(InspectedContext* context) {
880 void V8RuntimeAgentImpl::restore() {
899 Response V8RuntimeAgentImpl::enable() {
902 "V8RuntimeAgentImpl::enable", this,
919 Response V8RuntimeAgentImpl::disable() {
922 "V8RuntimeAgentImpl::disable", this,
938 void V8RuntimeAgentImpl::reset() {
950 void V8RuntimeAgentImpl::reportExecutionContextCreated(
972 void V8RuntimeAgentImpl::reportExecutionContextDestroyed(
980 void V8RuntimeAgentImpl::inspect(
988 void V8RuntimeAgentImpl::messageAdded(V8ConsoleMessage* message) {
992 bool V8RuntimeAgentImpl::reportMessage(V8ConsoleMessage* message,