/external/v8/src/inspector/ |
D | custom-preview.cc | 30 toV8String(isolate, "Custom Formatter Failed: "); in reportError() 46 isolate->ThrowException(toV8String(isolate, message)); in reportError() 79 v8::Local<v8::String> objectLiteral = toV8String(isolate, "object"); in substituteObjectTags() 104 if (!attributes->Get(context, toV8String(isolate, "config")) in substituteObjectTags() 128 if (!v8::JSON::Parse(context, toV8String(isolate, serialized)) in substituteObjectTags() 161 if (!bodyConfig->Get(context, toV8String(isolate, "object")) in bodyCallback() 173 if (!bodyConfig->Get(context, toV8String(isolate, "formatter")) in bodyCallback() 185 if (!formatter->Get(context, toV8String(isolate, "body")) in bodyCallback() 197 if (!bodyConfig->Get(context, toV8String(isolate, "config")) in bodyCallback() 204 if (!bodyConfig->Get(context, toV8String(isolate, "sessionId")) in bodyCallback() [all …]
|
D | value-mirror.cc | 301 if (object->Get(context, toV8String(isolate, "stack")) in descriptionForError() 317 if (object->Get(context, toV8String(isolate, "message")) in descriptionForError() 364 if (!object->GetRealNamedProperty(context, toV8String(isolate, "description")) in descriptionForScope() 382 if (object->GetRealNamedProperty(context, toV8String(isolate, "key")) in descriptionForEntry() 399 if (object->GetRealNamedProperty(context, toV8String(isolate, "value")) in descriptionForEntry() 871 (!object->GetRealNamedProperty(context, toV8String(isolate, "splice")) in isArrayLike() 878 object->HasOwnProperty(context, toV8String(isolate, "length")); in isArrayLike() 881 !object->Get(context, toV8String(isolate, "length")) in isArrayLike() 1242 if (!data->GetRealNamedProperty(context, toV8String(isolate, "name")) in nativeGetterCallback() 1247 if (!data->GetRealNamedProperty(context, toV8String(isolate, "object")) in nativeGetterCallback() [all …]
|
D | v8-regex.cc | 30 if (v8::RegExp::New(context, toV8String(isolate, pattern), in V8Regex() 63 toV8String(isolate, string.substring(startFrom))}; in match()
|
D | string-util.h | 65 v8::Local<v8::String> toV8String(v8::Isolate*, const String16&); 68 v8::Local<v8::String> toV8String(v8::Isolate*, const StringView&);
|
D | v8-console.cc | 75 if (!m_info.Length()) arguments.push_back(toV8String(m_isolate, message)); in reportCallWithDefaultArgument() 82 arguments.push_back(toV8String(m_isolate, message)); in reportCallAndReplaceFirstArgument() 89 toV8String(m_isolate, message)); in reportCallWithArgument() 111 toV8String(m_isolate, message)); in reportDeprecatedCall() 182 toV8String(context->GetIsolate(), description); in createBoundFunctionProperty() 346 toV8String(m_inspector->isolate(), String16("console.assert"))); in Assert() 562 toV8String(info.GetIsolate(), builder.toString()), in monitorFunctionCallback()
|
D | v8-debugger-script.cc | 173 v8::Local<v8::String> v8Source = toV8String(m_isolate, newSource); in setSource() 243 return script()->SetBreakpoint(toV8String(m_isolate, condition), location, in setBreakpoint() 386 return script()->SetBreakpoint(toV8String(m_isolate, condition), loc, id); in setBreakpoint()
|
D | v8-inspector-impl.cc | 101 toV8String(m_isolate, fileName), v8::Integer::New(m_isolate, 0), in compileScript() 104 v8::Local<v8::Integer>(), toV8String(m_isolate, String16()), // sourceMap in compileScript() 106 v8::ScriptCompiler::Source source(toV8String(m_isolate, code), origin); in compileScript()
|
D | string-util.cc | 102 v8::Local<v8::String> toV8String(v8::Isolate* isolate, const String16& string) { in toV8String() function 128 v8::Local<v8::String> toV8String(v8::Isolate* isolate, in toV8String() function
|
D | inspected-context.cc | 70 if (global->Get(info.context, toV8String(m_inspector->isolate(), "console")) in InspectedContext()
|
D | v8-runtime-agent-impl.cc | 291 toV8String(m_inspector->isolate(), expression); in evaluate() 729 info.GetIsolate()->ThrowException(toV8String( in bindingCallback() 755 v8::Local<v8::String> v8Name = toV8String(m_inspector->isolate(), name); in addBinding()
|
D | v8-profiler-agent-impl.cc | 666 m_profiler->StartProfiling(toV8String(m_isolate, title), true); in startProfiling() 673 m_profiler->StopProfiling(toV8String(m_isolate, title)); in stopProfiling()
|
D | v8-debugger-agent-impl.cc | 624 toV8String(m_isolate, optionalCondition.fromMaybe(String16())); in setBreakpointOnFunctionCall() 1229 maybeResultValue = it->Evaluate(toV8String(m_isolate, expression), in evaluateOnCallFrame() 1321 if (!scopeIterator->SetVariableValue(toV8String(m_isolate, variableName), in setVariableValue()
|
D | v8-debugger.cc | 720 toV8String(m_isolate, description)); in getTargetScopes()
|
D | injected-script.cc | 744 m_context->context(), toV8String(m_context->isolate(), value)) in resolveCallArgument()
|