Lines Matching refs:v8_str
136 v8::Local<v8::String> name = v8_str(isolate, function_name); in CompileFunction()
639 v8::Local<v8::String> fun_name = v8_str(CcTest::isolate(), "uncaught"); in DebugEventCounter()
711 v8::Local<v8::String> string = v8_str(isolate, checks[i].expr); in DebugEventEvaluate()
1324 v8::Local<v8::String> source = v8_str(env->GetIsolate(), "foo()"); in TEST()
1377 v8::Local<v8::String> script = v8_str(isolate, in TEST()
1397 v8::ScriptOrigin origin = v8::ScriptOrigin(v8_str(isolate, "test")); in TEST()
1403 env->Global()->Get(context, v8_str(isolate, "f")).ToLocalChecked()); in TEST()
1405 env->Global()->Get(context, v8_str(isolate, "g")).ToLocalChecked()); in TEST()
1484 v8::Local<v8::String> source = v8_str(isolate, in TEST()
1504 v8::ScriptOrigin origin = v8::ScriptOrigin(v8_str(isolate, "test")); in TEST()
1509 env->Global()->Get(context, v8_str(isolate, "f")).ToLocalChecked()); in TEST()
1511 env->Global()->Get(context, v8_str(isolate, "g")).ToLocalChecked()); in TEST()
1594 v8::Local<v8::String> script = v8_str(isolate, in TEST()
1600 v8::ScriptOrigin origin = v8::ScriptOrigin(v8_str(isolate, "test")); in TEST()
1606 env->Global()->Get(context, v8_str(isolate, "f")).ToLocalChecked()); in TEST()
1634 env->Global()->Get(context, v8_str(isolate, "f")).ToLocalChecked()); in TEST()
1657 v8::Local<v8::String> script = v8_str(env->GetIsolate(), in TEST()
1668 v8::ScriptOrigin origin = v8::ScriptOrigin(v8_str(env->GetIsolate(), "test")); in TEST()
1675 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1706 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1730 v8::Local<v8::String> script = v8_str(env->GetIsolate(), in TEST()
1737 v8::ScriptOrigin origin = v8::ScriptOrigin(v8_str(env->GetIsolate(), "test")); in TEST()
1744 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1772 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1798 v8::Local<v8::String> script = v8_str(env->GetIsolate(), in TEST()
1807 v8::ScriptOrigin origin_1 = v8::ScriptOrigin(v8_str(env->GetIsolate(), "1")); in TEST()
1808 v8::ScriptOrigin origin_2 = v8::ScriptOrigin(v8_str(env->GetIsolate(), "2")); in TEST()
1820 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1836 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1851 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1876 v8::Local<v8::String> script_f = v8_str(env->GetIsolate(), in TEST()
1882 v8::Local<v8::String> script_g = v8_str(env->GetIsolate(), in TEST()
1887 v8::ScriptOrigin origin = v8::ScriptOrigin(v8_str(env->GetIsolate(), "test")); in TEST()
1899 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
1907 ->Get(context, v8_str(env->GetIsolate(), "g")) in TEST()
1955 v8_str(env->GetIsolate(), in TEST()
1962 v8::ScriptOrigin origin(v8_str(env->GetIsolate(), "test.html"), in TEST()
1978 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
2026 v8_str(env->GetIsolate(), in TEST()
2051 v8::ScriptOrigin origin(v8_str(env->GetIsolate(), "test.html"), in TEST()
2059 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
2063 ->Get(context, v8_str(env->GetIsolate(), "g")) in TEST()
2152 v8_str(env->GetIsolate(), in TEST()
2164 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
2185 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
2204 v8::Local<v8::String> script_source = v8_str(env->GetIsolate(), in TEST()
2267 v8_str(env->GetIsolate(), "function bar(){debugger}")) in TEST()
2272 context, v8_str(env->GetIsolate(), "function foo(){debugger;debugger;}")) in TEST()
2278 ->Get(context, v8_str(env->GetIsolate(), "foo")) in TEST()
2282 ->Get(context, v8_str(env->GetIsolate(), "bar")) in TEST()
2307 v8_str(env->GetIsolate(), "function foo(){debugger;}")) in TEST()
2313 ->Get(context, v8_str(env->GetIsolate(), "foo")) in TEST()
2353 {"x", v8_str(env->GetIsolate(), "Hello, world!")}, in TEST()
2357 {"x", v8_str(env->GetIsolate(), "Hello, world!")}, in TEST()
2358 {"a", v8_str(env->GetIsolate(), "Hello, world!")}, in TEST()
2379 v8_str(env->GetIsolate(), "Hello, world!")}; in TEST()
2414 v8_str(env->GetIsolate(), "Hello, world!")}; in TEST()
2455 v8_str(env->GetIsolate(), "Hello, world!"), in TEST()
2463 v8_str(env->GetIsolate(), "Hello, world!"), in TEST()
2683 v8::Script::Compile(context, v8_str(env->GetIsolate(), source)) in TEST()
3511 ->Set(context, v8_str(env->GetIsolate(), "b"), in TEST()
3903 v8::ScriptOrigin origin(v8_str(env->GetIsolate(), script_name), in TEST()
3906 v8::Script::Compile(context, v8_str(env->GetIsolate(), src), &origin) in TEST()
4135 v8::Exception::TypeError(v8_str(env->GetIsolate(), "Type error"))); in TEST()
4176 v8::Script::Compile(context, v8_str(env->GetIsolate(), "+++")).IsEmpty()); in TEST()
4184 v8::Script::Compile(context, v8_str(env->GetIsolate(), "x x")).IsEmpty()); in TEST()
4191 CHECK(v8::Script::Compile(context, v8_str(env->GetIsolate(), "eval('+++')")) in TEST()
4201 CHECK(v8::Script::Compile(context, v8_str(env->GetIsolate(), "eval('x x')")) in TEST()
4465 v8_str(info.GetIsolate(), "a")) in NamedEnum()
4468 v8_str(info.GetIsolate(), "b")) in NamedEnum()
4471 v8_str(info.GetIsolate(), "c")) in NamedEnum()
4496 info.GetReturnValue().Set(v8_str(info.GetIsolate(), "AA")); in NamedGetter()
4499 info.GetReturnValue().Set(v8_str(info.GetIsolate(), "BB")); in NamedGetter()
4502 info.GetReturnValue().Set(v8_str(info.GetIsolate(), "CC")); in NamedGetter()
4531 ->Set(context, v8_str(isolate, "intercepted_named"), in TEST()
4540 ->Set(context, v8_str(isolate, "intercepted_indexed"), in TEST()
4551 ->Set(context, v8_str(isolate, "intercepted_both"), in TEST()
4654 t0->InstanceTemplate()->Set(v8_str(isolate, "x"), in TEST()
4658 t1->InstanceTemplate()->Set(v8_str(isolate, "y"), in TEST()
4662 t2->InstanceTemplate()->Set(v8_str(isolate, "z"), in TEST()
4665 t3->InstanceTemplate()->Set(v8_str(isolate, "u"), in TEST()
4674 CHECK(env->Global()->Set(context, v8_str(isolate, "o0"), o0).FromJust()); in TEST()
4679 CHECK(env->Global()->Set(context, v8_str(isolate, "o1"), o1).FromJust()); in TEST()
4684 CHECK(env->Global()->Set(context, v8_str(isolate, "o2"), o2).FromJust()); in TEST()
4689 CHECK(env->Global()->Set(context, v8_str(isolate, "o3"), o3).FromJust()); in TEST()
4726 CHECK(o0->Set(context, v8_str(isolate, "__proto__"), o1).FromJust()); in TEST()
4740 CHECK(o0->Set(context, v8_str(isolate, "__proto__"), o2).FromJust()); in TEST()
4760 CHECK(o0->Set(context, v8_str(isolate, "__proto__"), o3).FromJust()); in TEST()
4802 v8::Local<v8::String> name = v8_str(isolate, "x"); in TEST()
4810 ->Set(context, v8_str(isolate, "instance"), in TEST()
4848 v8::Local<v8::String> name = v8_str(isolate, "x"); in TEST()
4856 ->Set(context, v8_str(isolate, "instance"), in TEST()
4894 v8::Script::Compile(context, v8_str(isolate, source)) in TEST()
4899 env->Global()->Get(context, v8_str(isolate, "obj")).ToLocalChecked()); in TEST()
4903 v8::Private::New(isolate, v8_str(isolate, "v8::test-debug::a")), in TEST()
4924 t0->InstanceTemplate()->Set(v8_str(isolate, "b"), in TEST()
4928 t1->InstanceTemplate()->Set(v8_str(isolate, "c"), in TEST()
4939 v8::Private::New(isolate, v8_str(isolate, "v8::test-debug::b")), in TEST()
4943 ->Set(context, v8_str(isolate, "protoObj"), protoObj) in TEST()
4951 isolate, v8_str(isolate, "v8::test-debug::c")), in TEST()
4955 ->Set(context, v8_str(isolate, "grandProtoObj"), grandProtoObj) in TEST()
4959 CHECK(protoObj->Set(context, v8_str(isolate, "__proto__"), grandProtoObj) in TEST()
4961 CHECK(obj->Set(context, v8_str(isolate, "__proto__"), protoObj).FromJust()); in TEST()
5467 v8_str(env->GetIsolate(), "ThreadedAtBarrier1"), in Run()
5821 v8::Local<v8::String> data = v8_str(args.GetIsolate(), "Test"); in CheckDataParameter()
5857 global_template->Set(v8_str(isolate, "CheckFrameCount"), in TEST()
5859 global_template->Set(v8_str(isolate, "CheckSourceLine"), in TEST()
5861 global_template->Set(v8_str(isolate, "CheckDataParameter"), in TEST()
5863 global_template->Set(v8_str(isolate, "CheckClosure"), in TEST()
5870 v8::Script::Compile(context, v8_str(isolate, frame_count_source)) in TEST()
5876 ->Get(context, v8_str(isolate, "frame_count")) in TEST()
5880 v8::Script::Compile(context, v8_str(isolate, frame_source_line_source)) in TEST()
5886 ->Get(context, v8_str(isolate, "frame_source_line")) in TEST()
5890 v8::Script::Compile(context, v8_str(isolate, debugger_call_with_data_source)) in TEST()
5896 ->Get(context, v8_str(isolate, "debugger_call_with_data")) in TEST()
5902 v8_str(isolate, debugger_call_with_closure_source)) in TEST()
5915 v8::Script::Compile(context, v8_str(isolate, "CheckFrameCount(1)")) in TEST()
5919 v8::Script::Compile(context, v8_str(isolate, in TEST()
5928 v8::Script::Compile(context, v8_str(isolate, "CheckSourceLine(0)")) in TEST()
5932 v8::Script::Compile(context, v8_str(isolate, in TEST()
5943 v8::Script::Compile(context, v8_str(isolate, "CheckDataParameter()")) in TEST()
5949 v8::Script::Compile(context, v8_str(isolate, "CheckClosure()")) in TEST()
5955 v8::ScriptOrigin origin(v8_str(isolate, "test"), in TEST()
5957 v8::Script::Compile(context, v8_str(isolate, "CheckSourceLine(7)"), &origin) in TEST()
5961 v8::Script::Compile(context, v8_str(isolate, in TEST()
6037 ->Get(context, v8_str(env->GetIsolate(), "foo")) in TEST()
6207 ->Get(context, v8_str(env->GetIsolate(), "count")) in TEST()
6232 v8::Local<v8::String> script = v8_str(env->GetIsolate(), in TEST()
6238 v8::ScriptOrigin(v8_str(env->GetIsolate(), "name")); in TEST()
6245 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6260 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6267 v8_str(env->GetIsolate(), in TEST()
6277 v8::ScriptOrigin(v8_str(env->GetIsolate(), "new name")); in TEST()
6283 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6294 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6346 v8::Local<v8::String> data_1 = v8_str(isolate, "1"); in TEST()
6347 v8::Local<v8::String> data_2 = v8_str(isolate, "2"); in TEST()
6416 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6420 ->Get(context, v8_str(env->GetIsolate(), "g")) in TEST()
6490 v8_str(env->GetIsolate(), " /* xxx */ a=0;")}; in TEST()
6523 v8::Local<v8::String> data_1 = v8_str(CcTest::isolate(), "1"); in ExecuteScriptForContextCheck()
6650 v8::Script::Compile(context, v8_str(env->GetIsolate(), script)) in TEST()
6658 v8::Script::Compile(context, v8_str(env->GetIsolate(), script)) in TEST()
6708 v8::Script::Compile(context, v8_str(env->GetIsolate(), "+++")).IsEmpty()); in TEST()
6711 CHECK(v8::Script::Compile(context, v8_str(env->GetIsolate(), "/sel\\/: \\")) in TEST()
6717 v8_str(env->GetIsolate(), "JSON.parse('1234:')")) in TEST()
6724 v8_str(env->GetIsolate(), "new RegExp('/\\/\\\\');")) in TEST()
6728 v8::Script::Compile(context, v8_str(env->GetIsolate(), "throw 1;")) in TEST()
6743 v8::Script::Compile(context, v8_str(env->GetIsolate(), script)) in TEST()
6753 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6788 v8::Script::Compile(context, v8_str(env->GetIsolate(), script)) in TEST()
6797 ->Get(context, v8_str(env->GetIsolate(), "f")) in TEST()
6830 v8::ScriptOrigin origin(v8_str(env->GetIsolate(), resource_name), in TEST()
6835 v8::Script::Compile(context, v8_str(env->GetIsolate(), script), &origin) in TEST()
7031 ->Set(context, v8_str("start"), in TEST()
7087 v8::Local<v8::String> void0 = v8_str(env->GetIsolate(), "void(0)"); in TEST()
7112 v8::Debug::GetMirror(context, v8_str(isolate, "hodja")).ToLocalChecked(); in TEST()
7113 v8::ScriptCompiler::Source source(v8_str( in TEST()
7221 named->SetAccessor(v8_str(isolate, "a"), NamedGetterWithCallingContextCheck); in TEST()
7223 ->Set(debugee_context, v8_str(isolate, "obj"), in TEST()
7289 v8_str(isolate, "(function(){debugger;})();")) in TEST()
7389 function_name->Equals(context, v8_str(isolate, "loop")).FromJust()); in DebugEventBreakWithOptimizedStack()
7396 CHECK(argument_name->Equals(context, v8_str(isolate, "count")) in DebugEventBreakWithOptimizedStack()
7414 CHECK(local_name->Equals(context, v8_str(isolate, "local")).FromJust()); in DebugEventBreakWithOptimizedStack()
7460 ->Set(context, v8_str("scheduleBreak"), schedule_break) in TEST()
7469 v8::Script::Compile(context, v8_str(env->GetIsolate(), src)) in TEST()
7673 v8::Script::Compile(context, v8_str(env->GetIsolate(), source)) in TEST()
7827 ->Set(context, v8_str("add_debug_break"), add_debug_break) in TEST()
7911 ->Set(context, v8_str("fun"), in TEST()
7920 CHECK(CompileRun("r")->Equals(context, v8_str("resolved")).FromJust()); in TEST()
7951 ->Set(context, v8_str("fun"), in TEST()
7961 CompileRun("r")->Equals(context, v8_str("rejectedrejection")).FromJust()); in TEST()
7980 ->Set(context, v8_str("fun"), in TEST()