Home
last modified time | relevance | path

Searched refs:toV8String (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/inspector/
Dcustom-preview.cc30 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 …]
Dvalue-mirror.cc301 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 …]
Dv8-regex.cc30 if (v8::RegExp::New(context, toV8String(isolate, pattern), in V8Regex()
63 toV8String(isolate, string.substring(startFrom))}; in match()
Dstring-util.h65 v8::Local<v8::String> toV8String(v8::Isolate*, const String16&);
68 v8::Local<v8::String> toV8String(v8::Isolate*, const StringView&);
Dv8-console.cc75 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()
Dv8-debugger-script.cc173 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()
Dv8-inspector-impl.cc101 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()
Dstring-util.cc102 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
Dinspected-context.cc70 if (global->Get(info.context, toV8String(m_inspector->isolate(), "console")) in InspectedContext()
Dv8-runtime-agent-impl.cc291 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()
Dv8-profiler-agent-impl.cc666 m_profiler->StartProfiling(toV8String(m_isolate, title), true); in startProfiling()
673 m_profiler->StopProfiling(toV8String(m_isolate, title)); in stopProfiling()
Dv8-debugger-agent-impl.cc624 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()
Dv8-debugger.cc720 toV8String(m_isolate, description)); in getTargetScopes()
Dinjected-script.cc744 m_context->context(), toV8String(m_context->isolate(), value)) in resolveCallArgument()