Home
last modified time | relevance | path

Searched refs:V8FunctionCall (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-function-call.cc42 V8FunctionCall::V8FunctionCall(V8InspectorImpl* inspector, in V8FunctionCall() function in v8_inspector::V8FunctionCall
50 void V8FunctionCall::appendArgument(v8::Local<v8::Value> value) { in appendArgument()
54 void V8FunctionCall::appendArgument(const String16& argument) { in appendArgument()
58 void V8FunctionCall::appendArgument(int argument) { in appendArgument()
62 void V8FunctionCall::appendArgument(bool argument) { in appendArgument()
67 v8::Local<v8::Value> V8FunctionCall::call(bool& hadException, in call()
77 v8::Local<v8::Value> V8FunctionCall::callWithoutExceptionHandling() { in callWithoutExceptionHandling()
Dv8-function-call.h42 class V8FunctionCall {
44 V8FunctionCall(V8InspectorImpl*, v8::Local<v8::Context>, v8::Local<v8::Value>,
Dinjected-script.cc129 V8FunctionCall function(m_context->inspector(), m_context->context(), in getProperties()
217 V8FunctionCall function(m_context->inspector(), m_context->context(), in wrapPropertyInArray()
233 V8FunctionCall function(m_context->inspector(), m_context->context(), in wrapValue()
249 V8FunctionCall function(m_context->inspector(), context, v8Value(), in wrapTable()
286 V8FunctionCall function(m_context->inspector(), m_context->context(), in setCustomObjectFormatterEnabled()
Dinjected-script.h47 class V8FunctionCall; variable