HomeSort by relevance Sort by last modified time
    Searched defs:V8FunctionCall (Results 1 - 2 of 2) sorted by null

  /external/v8/src/inspector/
v8-function-call.h 42 class V8FunctionCall {
44 V8FunctionCall(V8InspectorImpl*, v8::Local<v8::Context>, v8::Local<v8::Value>,
v8-function-call.cc 41 V8FunctionCall::V8FunctionCall(V8InspectorImpl* inspector,
49 void V8FunctionCall::appendArgument(v8::Local<v8::Value> value) {
53 void V8FunctionCall::appendArgument(const String16& argument) {
57 void V8FunctionCall::appendArgument(int argument) {
61 void V8FunctionCall::appendArgument(bool argument) {
66 v8::Local<v8::Value> V8FunctionCall::call(bool& hadException,
76 v8::Local<v8::Value> V8FunctionCall::callWithoutExceptionHandling() {

Completed in 55 milliseconds