Searched refs:kArgc (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dd8-debug.cc132 static const int kArgc = 1; local
133 Handle<Value> args[kArgc];
141 Handle<Value> response_val = fun->Call(cmd_processor, kArgc, args);
H A Dd8.cc602 static const int kArgc = 3; local
605 Handle<Value> argv[kArgc] = { evaluation_context->Global(), text, full };
606 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
620 static const int kArgc = 1; local
621 Handle<Value> argv[kArgc] = { message };
622 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
635 static const int kArgc = 1; local
636 Handle<Value> argv[kArgc] = { command };
637 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
H A Ddebug.cc3138 static const int kArgc = 1; local
3139 v8::Handle<Value> argv[kArgc] = { running };
3141 fun->Call(api_exec_state, kArgc, argv));
3185 static const int kArgc = 1; local
3186 v8::Handle<Value> argv[kArgc] = { request };
3187 v8::Local<v8::Value> response_val = fun->Call(cmd_processor, kArgc, argv);
3208 static const int kArgc = 1; local
3209 v8::Handle<Value> argv[kArgc] = { response };
3210 v8::Local<v8::Value> running_val = fun->Call(cmd_processor, kArgc, argv);
H A Dapi.cc7412 const int kArgc = 1; local
7413 v8::Handle<v8::Value> argv[kArgc] = { obj };
7416 kArgc,
/external/v8/src/
H A Dd8-debug.cc130 static const int kArgc = 1; local
131 Handle<Value> args[kArgc];
139 Handle<Value> response_val = fun->Call(cmd_processor, kArgc, args);
H A Dd8.cc587 static const int kArgc = 3; local
588 Handle<Value> argv[kArgc] = { evaluation_context_->Global(), text, full };
589 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
599 static const int kArgc = 1; local
600 Handle<Value> argv[kArgc] = { message };
601 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
610 static const int kArgc = 1; local
611 Handle<Value> argv[kArgc] = { command };
612 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
H A Ddebug.cc2865 static const int kArgc = 1; local
2866 v8::Handle<Value> argv[kArgc] = { running };
2867 cmd_processor = v8::Object::Cast(*fun->Call(api_exec_state, kArgc, argv));
2911 static const int kArgc = 1; local
2912 v8::Handle<Value> argv[kArgc] = { request };
2913 v8::Local<v8::Value> response_val = fun->Call(cmd_processor, kArgc, argv);
2934 static const int kArgc = 1; local
2935 v8::Handle<Value> argv[kArgc] = { response };
2936 v8::Local<v8::Value> running_val = fun->Call(cmd_processor, kArgc, argv);
H A Dapi.cc5737 const int kArgc = 1; local
5738 v8::Handle<v8::Value> argv[kArgc] = { obj };
5741 kArgc,
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc804 static const int kArgc = 1; local
805 v8::Handle<v8::Value> argv[kArgc] = { exec_state };
807 v8::Handle<v8::Value> result = frame_count->Call(exec_state, kArgc, argv);
1011 static const int kArgc = 1; local
1012 v8::Handle<v8::Value> argv[kArgc] = { exec_state };
1015 frame_count->Call(exec_state, kArgc, argv);
2860 const int kArgc = 1; local
2861 v8::Handle<v8::Value> args[kArgc] = { a };
2862 foo->Call(env->Global(), kArgc, args);
2868 foo->Call(env->Global(), kArgc, arg
2907 const int kArgc = 1; local
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc790 static const int kArgc = 1; local
791 v8::Handle<v8::Value> argv[kArgc] = { exec_state };
793 v8::Handle<v8::Value> result = frame_count->Call(exec_state, kArgc, argv);
994 static const int kArgc = 1; local
995 v8::Handle<v8::Value> argv[kArgc] = { exec_state };
998 frame_count->Call(exec_state, kArgc, argv);
2737 const int kArgc = 1; local
2738 v8::Handle<v8::Value> args[kArgc] = { a };
2739 foo->Call(env->Global(), kArgc, args);
2745 foo->Call(env->Global(), kArgc, arg
2784 const int kArgc = 1; local
[all...]

Completed in 357 milliseconds