Home | History | Annotate | Download | only in cctest

Lines Matching refs:Local

92   inline v8::Local<v8::Context> context() { return context_; }
120 v8::Local<v8::Context> context_;
128 static v8::Local<v8::Function> CompileFunction(DebugLocalContext* env,
133 return v8::Local<v8::Function>::Cast((*env)->Global()->Get(
139 static v8::Local<v8::Function> CompileFunction(v8::Isolate* isolate,
143 v8::Local<v8::Object> global =
145 return v8::Local<v8::Function>::Cast(
510 v8::Local<v8::Function> frame_function_name;
519 v8::Local<v8::Function> frame_argument_name;
528 v8::Local<v8::Function> frame_argument_value;
537 v8::Local<v8::Function> frame_local_name;
546 v8::Local<v8::Function> frame_local_value;
555 v8::Local<v8::Function> frame_source_line;
564 v8::Local<v8::Function> frame_source_column;
573 v8::Local<v8::Function> frame_script_name;
699 v8::Local<v8::String> fun_name =
701 v8::Local<v8::Function> fun =
702 v8::Local<v8::Function>::Cast(event_data->Get(fun_name));
703 v8::Local<v8::Value> result = fun->Call(event_data, 0, NULL);
743 v8::Local<v8::Function> evaluate_check_function;
1054 v8::Local<v8::Function> foo =
1056 v8::Local<v8::Function> bar =
1094 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
1129 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
1163 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
1199 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
1235 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
1278 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
1306 static void CallWithBreakPoints(v8::Local<v8::Object> recv,
1307 v8::Local<v8::Function> f,
1325 v8::Local<v8::Function> foo;
1359 static void CallAndGC(v8::Local<v8::Object> recv,
1360 v8::Local<v8::Function> f) {
1388 v8::Local<v8::Function> foo;
1454 v8::Local<v8::Script> foo =
1506 v8::Local<v8::String> script = v8::String::NewFromUtf8(
1530 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
1532 v8::Local<v8::Function> g = v8::Local<v8::Function>::Cast(
1610 v8::Local<v8::String> source = v8::String::NewFromUtf8(
1633 v8::Local<v8::Script> script = v8::Script::Compile(source, &origin);
1635 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
1637 v8::Local<v8::Function> g = v8::Local<v8::Function>::Cast(
1719 v8::Local<v8::String> script = v8::String::NewFromUtf8(
1729 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
1754 f = v8::Local<v8::Function>::Cast(
1777 v8::Local<v8::String> script = v8::String::NewFromUtf8(
1791 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
1817 f = v8::Local<v8::Function>::Cast(
1840 v8::Local<v8::String> script = v8::String::NewFromUtf8(
1850 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
1873 f = v8::Local<v8::Function>::Cast(
1896 v8::Local<v8::Function> f;
1897 v8::Local<v8::String> script = v8::String::NewFromUtf8(
1917 f = v8::Local<v8::Function>::Cast(
1928 f = v8::Local<v8::Function>::Cast(
1938 f = v8::Local<v8::Function>::Cast(
1960 v8::Local<v8::Function> f;
1961 v8::Local<v8::String> script_f =
1967 v8::Local<v8::Function> g;
1968 v8::Local<v8::String> script_g =
1982 f = v8::Local<v8::Function>::Cast(
1985 g = v8::Local<v8::Function>::Cast(
2029 v8::Local<v8::Function> f;
2030 v8::Local<v8::String> script = v8::String::NewFromUtf8(
2050 f = v8::Local<v8::Function>::Cast(
2093 v8::Local<v8::Function> f;
2094 v8::Local<v8::Function> g;
2095 v8::Local<v8::String> script =
2125 f = v8::Local<v8::Function>::Cast(
2127 g = v8::Local<v8::Function>::Cast(
2204 v8::Local<v8::String> script =
2210 v8::Local<v8::Function> f;
2215 f = v8::Local<v8::Function>::Cast(
2234 f = v8::Local<v8::Function>::Cast(
2252 v8::Local<v8::String> script_source =
2284 v8::Local<v8::Function> foo =
2316 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
2318 v8::LocalLocal<v8::Function>::Cast(
2343 v8::Local<v8::Function> foo = v8::Local<v8::Function>::Cast(
2399 v8::Local<v8::Function> foo = CompileFunction(&env,
2433 v8::Local<v8::Function> bar = CompileFunction(&env,
2496 v8::Local<v8::Function> foo = CompileFunction(&env,
2543 v8::Local<v8::Function> foo = CompileFunction(&env,
2546 " var local = 'Local';\n"
2548 " return local + x;\n"
2559 " return exec_state.frame(0).evaluate('local').value() === 'Local';\n"
2742 v8::Local<v8::Function> foo = CompileFunction(&env,
2789 v8::Local<v8::Function> foo = CompileFunction(
2803 v8::Local<v8::Array> a = v8::Array::New(env->GetIsolate(), 10);
2838 v8::Local<v8::Function> foo = CompileFunction(
2851 v8::Local<v8::Array> a = v8::Array::New(env->GetIsolate(), 10);
2885 v8::Local<v8::Function> foo = CompileFunction(
2928 v8::Local<v8::Function> foo = CompileFunction(
2970 v8::Local<v8::Function> foo = CompileFunction(&env,
3025 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3058 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3095 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3145 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3193 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3234 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3275 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3323 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3375 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3413 v8::Local<v8::Function> foo;
3469 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3500 v8::Local<v8::Function> foo = CompileFunction(&env, src, "foo");
3539 v8::Local<v8::Function> a = CompileFunction(&env, src, "a");
3591 v8::Local<v8::Function> a = CompileFunction(&env, src, "a");
3642 v8::Local<v8::Function> a = CompileFunction(&env, src, "a");
3665 v8::Local<v8::Function> foo = CompileFunction(
3703 v8::Local<v8::Function> foo = CompileFunction(
3743 v8::Local<v8::Function> foo = CompileFunction(
3810 v8::Local<v8::Value> r = script->Run();
3834 v8::Local<v8::Function> caught =
3838 v8::Local<v8::Function> notCaught =
4049 v8::Local<v8::Function> a = CompileFunction(&env, src, "a");
4059 v8::Local<v8::Function> b = CompileFunction(&env, src, "b");
4068 v8::Local<v8::Function> d = CompileFunction(&env, src, "d");
4088 v8::Local<v8::Function> f = CompileFunction(&env, src, "f");
4130 v8::Local<v8::Function> f0 = CompileFunction(&env, src, "f0");
4131 v8::Local<v8::Function> f1 = CompileFunction(&env, src, "f1");
4132 v8::Local<v8::Function> f2 = CompileFunction(&env, src, "f2");
4133 v8::Local<v8::Function> f3 = CompileFunction(&env, src, "f3");
4179 v8::Local<v8::Function> f = CompileFunction(&env, src, "f");
4262 static void NamedGetter(v8::Local<v8::String> name,
4525 v8::Local<v8::String> property,
4565 v8::Local<v8::String> property,
4619 v8::Local<v8::Object> obj = v8::Local<v8::Object>::Cast(
5542 frame_count = v8::Local<v8::Function>::Cast(context->Global()->Get(
5548 frame_source_line = v8::Local<v8::Function>::Cast(context->Global()->Get(
5555 debugger_call_with_data = v8::Local<v8::Function>::Cast(
5561 v8::Local<v8::Function>::Cast(v8::Script::Compile(
5639 v8::Local<v8::Function> foo =
5641 v8::Local<v8::Function> bar =
5670 v8::Local<v8::Function> foo(v8::Local<v8::Function>::Cast(
5804 v8::Local<v8::String> source =
5850 v8::Local<v8::String> script = v8::String::NewFromUtf8(env->GetIsolate(),
5859 v8::Local<v8::Function> f;
5860 f = v8::Local<v8::Function>::Cast(
5870 f = v8::Local<v8::Function>::Cast(
5876 v8::Local<v8::String> data_obj_source = v8::String::NewFromUtf8(
5887 f = v8::Local<v8::Function>::Cast(
5895 f = v8::Local<v8::Function>::Cast(
5962 v8::Local<v8::Function> f = CompileFunction(isolate, source, "f");
5972 v8::Local<v8::Function> f = CompileFunction(isolate, source, "f");
6013 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
6015 v8::Local<v8::Function> g = v8::Local<v8::Function>::Cast(
6081 v8::Local<v8::Function> f = CompileFunction(env->GetIsolate(), script, "f");
6085 v8::Local<v8::Value> result = f->Call(env->Global(), argc, argv);
6129 v8::Local<v8::Function> f = CompileFunction(CcTest::isolate(), source, "f");
6299 v8::Local<v8::Context> local_context =
6300 v8::Local<v8::Context>::New(isolate, context);
6318 v8::Local<v8::Context> local_context =
6319 v8::Local<v8::Context>::New(isolate, context);
6389 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
6428 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
6523 v8::Local<v8::Function> f = CompileFunction(&env, src, "f");
6756 v8::Local<v8::Function> foo = CompileFunction(
6790 v8::Local<v8::String> name,
6850 v8::Local<v8::Function> foo = CompileFunction(
6870 v8::Local<v8::Context> context1 = v8::Debug::GetDebugContext();
6871 v8::Local<v8::Context> context2 = v8::Debug::GetDebugContext();
7075 // Get the name of the first local variable.
7079 CHECK(local_name->Equals(v8::String::NewFromUtf8(isolate, "local")));
7080 // Get the value of the first local variable. If the function
7124 " var local = 42;"
7217 v8::Local<v8::Script> inline_script;
7235 v8::Local<v8::Value> result = CompileRun(script);
7244 v8::Local<v8::Value> result = CompileRun(script);
7374 v8::Local<v8::Function> break_here =
7389 v8::Local<v8::Value> result = PreCompileCompileRun(source);