Home | History | Annotate | Download | only in cctest

Lines Matching defs:string

115     Handle<v8::internal::String> debug_string =
136 v8::Local<v8::String> name = v8_str(isolate, function_name);
543 v8::Local<v8::String> function_name(result.As<v8::String>());
581 v8::Local<v8::String> script_name(result.As<v8::String>());
627 v8::Local<v8::String> fun_name = v8_str(CcTest::isolate(), "uncaught");
699 v8::Local<v8::String> string = v8_str(isolate, checks[i].expr);
700 v8::Local<v8::Value> argv[argc] = {exec_state, string,
706 v8::String::Utf8Value utf8(checks[i].expected);
756 // String containing the expected function call sequence. Note: this only works
781 v8::String::Utf8Value function_name(
1312 v8::Local<v8::String> source = v8_str(env->GetIsolate(), "foo()");
1365 v8::Local<v8::String> script = v8_str(isolate,
1472 v8::Local<v8::String> source = v8_str(isolate,
1582 v8::Local<v8::String> script = v8_str(isolate,
1645 v8::Local<v8::String> script = v8_str(env->GetIsolate(),
1720 v8::Local<v8::String> script = v8_str(env->GetIsolate(),
1798 v8::Local<v8::String> script_f = v8_str(env->GetIsolate(),
1804 v8::Local<v8::String> script_g = v8_str(env->GetIsolate(),
1876 v8::Local<v8::String> script =
1947 v8::Local<v8::String> script =
2073 v8::Local<v8::String> script =
2126 v8::Local<v8::String> script_source = v8_str(env->GetIsolate(),
2412 " var s = 'String value2';\n"
2496 // Copies a C string to a 16-bit string. Does not check for buffer overflow.
2498 // in any thread. Returns the length of the string.
2510 // Copies a 16-bit string to a C string by dropping the high byte of
2512 // Can be used in any thread. Requires string length as an input.
2580 v8::Local<v8::String> json = message.GetJSON();
2581 v8::String::Utf8Value utf8(json);
2826 " s.length;\n" // Special case: string length.
4413 v8::String::Utf8Value n(v8::Local<v8::String>::Cast(name));
4707 v8::Local<v8::String> property,
4721 v8::Local<v8::String> name = v8_str(isolate, "x");
4753 v8::Local<v8::String> property,
4767 v8::Local<v8::String> name = v8_str(isolate, "x");
5070 v8::Local<v8::String> json = message.GetJSON();
5071 v8::String::Utf8Value utf8(json);
5347 v8::String::Value json(message.GetJSON());
5473 v8::String::Value json(message.GetJSON());
5740 v8::Local<v8::String> data = v8_str(args.GetIsolate(), "Test");
5996 v8::String::Value json(message.GetJSON());
6074 class EmptyExternalStringResource : public v8::String::ExternalStringResource {
6091 v8::Local<v8::String> script = v8_str(isolate,
6146 v8::Local<v8::String> script = v8_str(env->GetIsolate(),
6180 v8::Local<v8::String> data_obj_source =
6227 v8::String::Value json(message.GetJSON());
6260 v8::Local<v8::String> data_1 = v8_str(isolate, "1");
6261 v8::Local<v8::String> data_2 = v8_str(isolate, "2");
6371 v8::Local<v8::String> function_name(
6437 v8::Local<v8::String> data_1 = v8_str(CcTest::isolate(), "1");
6485 v8::String::Value json(message.GetJSON());
6962 v8::String::Value json(message.GetJSON());
7001 v8::Local<v8::String> void0 = v8_str(env->GetIsolate(), "void(0)");
7086 v8::Local<v8::String> name,
7088 CHECK_EQ(0, strcmp(*v8::String::Utf8Value(name), "a"));
7267 v8::Local<v8::String> function_name(
7334 v8::Local<v8::String> function_name(
7342 v8::Local<v8::String> argument_name(
7360 v8::Local<v8::String> local_name(
7745 v8::String::Utf8Value utf8(result);