Searched refs:Int32Value (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/v8/test/cctest/
H A Dtest-microtask-delivery.cc84 CHECK_EQ(6, CompileRun("ordering.length")->Int32Value());
85 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
86 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
87 CHECK_EQ(3, CompileRun("ordering[2]")->Int32Value());
88 CHECK_EQ(4, CompileRun("ordering[3]")->Int32Value());
89 CHECK_EQ(5, CompileRun("ordering[4]")->Int32Value());
90 CHECK_EQ(6, CompileRun("ordering[5]")->Int32Value());
133 CHECK_EQ(2, CompileRun("obj.calls")->Int32Value());
H A Dtest-unscopables-hidden-prototype.cc47 "result")->Int32Value());
57 "result")->Int32Value());
68 "result")->Int32Value());
79 "result")->Int32Value());
90 "result;")->Int32Value());
101 "result")->Int32Value());
H A Dtest-deoptimization.cc132 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
148 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
172 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
189 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
214 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
215 CHECK_EQ(6, env->Global()->Get(v8_str("result"))->Int32Value());
240 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
241 CHECK_EQ(11, env->Global()->Get(v8_str("calls"))->Int32Value());
273 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
274 CHECK_EQ(14, env->Global()->Get(v8_str("result"))->Int32Value());
[all...]
H A Dtest-object-observe.cc84 CHECK_EQ(1, CompileRun("calls")->Int32Value());
85 CHECK_EQ(3, CompileRun("count")->Int32Value());
98 CHECK_EQ(1, CompileRun("count")->Int32Value());
116 CHECK_EQ(3, CompileRun("ordering.length")->Int32Value());
117 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
118 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
119 CHECK_EQ(3, CompileRun("ordering[2]")->Int32Value());
126 CHECK_EQ(3, CompileRun("ordering.length")->Int32Value());
127 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
128 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
[all...]
H A Dtest-api.cc167 CHECK_EQ(6, script->Run()->Int32Value());
407 CHECK_EQ(6, script->Run()->Int32Value());
482 CHECK_EQ(7, value->Int32Value());
518 CHECK_EQ(7, value->Int32Value());
550 CHECK_EQ(7, value->Int32Value());
576 CHECK_EQ(7, value->Int32Value());
826 CHECK_EQ(7, value->Int32Value());
847 CHECK_EQ(7, value->Int32Value());
900 CHECK_EQ(68, value->Int32Value());
997 CHECK_EQ(102, script->Run()->Int32Value());
[all...]
H A Dtest-js-arm64-variables.cc67 CHECK_EQ(expected, result->Int32Value());
H A Dtest-accessors.cc86 CHECK_EQ(900, getter->Run()->Int32Value());
88 CHECK_EQ(901, setter->Run()->Int32Value());
90 CHECK_EQ(907, getter->Run()->Int32Value());
92 CHECK_EQ(908, setter->Run()->Int32Value());
95 CHECK_EQ(902, getter->Run()->Int32Value());
97 CHECK_EQ(903, setter->Run()->Int32Value());
115 *field = value->Int32Value();
176 x_register[offset] = value->Int32Value();
305 CHECK_EQ(17, result->Int32Value());
369 CHECK_EQ(17, result->Int32Value());
[all...]
H A Dtest-debug.cc193 return v8::Script::Compile(str)->Run()->Int32Value();
219 return value->Int32Value();
248 return value->Int32Value();
636 last_source_line = result->Int32Value();
646 last_source_column = result->Int32Value();
721 last_js_stack_height = result->Int32Value();
729 CHECK_EQ(debug_event_listener_callback_result, result->Int32Value());
938 last_js_stack_height = result->Int32Value();
1217 CHECK_EQ(1, foo->Call(env->Global(), 0, NULL)->Int32Value());
1222 CHECK_EQ(1, foo->Call(env->Global(), 0, NULL)->Int32Value());
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Dpage_capture_custom_bindings.cc34 blink::WebBlob::createFromFile(path, args[1]->Int32Value());
46 render_view->GetRoutingID(), args[0]->Int32Value()));
H A Dtabs_custom_bindings.cc34 int tab_id = args[0]->Int32Value();
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_internal_custom_bindings.cc43 int element_instance_id = args[0]->Int32Value();
55 int guest_instance_id = args[1]->Int32Value();
/external/chromium_org/extensions/renderer/
H A Dset_icon_natives.cc44 image_data->Get(v8::String::NewFromUtf8(isolate, "width"))->Int32Value();
46 image_data->Get(v8::String::NewFromUtf8(isolate, "height"))->Int32Value();
64 data->Get(v8::String::NewFromUtf8(isolate, "length"))->Int32Value();
83 ((data->Get(v8::Integer::New(isolate, 4 * t + 3))->Int32Value() & 0xFF)
85 ((data->Get(v8::Integer::New(isolate, 4 * t + 0))->Int32Value() & 0xFF)
87 ((data->Get(v8::Integer::New(isolate, 4 * t + 1))->Int32Value() & 0xFF)
89 ((data->Get(v8::Integer::New(isolate, 4 * t + 2))->Int32Value() & 0xFF)
H A Dblob_native_handler.cc36 args[2]->Int32Value());
H A Drender_view_observer_natives.cc64 int view_id = args[0]->Int32Value();
H A Dsend_request_natives.cc42 int request_id = args[2]->Int32Value();
H A Dapp_window_custom_bindings.cc82 int view_id = args[0]->Int32Value();
H A Dmessaging_bindings.cc121 int port_id = args[0]->Int32Value();
141 int port_id = args[0]->Int32Value();
162 int port_id = args[0]->Int32Value();
174 int port_id = args[0]->Int32Value();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8JavaScriptCallFrameCustom.cpp60 int scopeIndex = info[0]->Int32Value();
H A DV8WorkerGlobalScopeCustom.cpp87 int32_t timeout = argumentCount >= 2 ? info[1]->Int32Value() : 0;
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_page_controller.cc85 net_error_helper->TrackClick(args.PeekNext()->Int32Value());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NodeFilterCondition.cpp98 return result->Int32Value();
H A DV8Binding.cpp193 int32_t result = value->Int32Value();
242 int32_t result = value->Int32Value();
330 return value->Int32Value();
356 return numberObject->Int32Value();
373 int32_t result = value->Int32Value();
425 return value->Int32Value();
465 int32_t result = value->Int32Value();
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_browsertest.cc112 return value->Int32Value();
/external/chromium_org/v8/src/
H A Dd8-posix.cc227 *total_timeout = args[3]->Int32Value();
236 *read_timeout = args[2]->Int32Value();
561 int previous = umask(args[0]->Int32Value());
621 mask = args[1]->Int32Value();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp74 return result->Int32Value();
126 return scopeType->Get(scopeIndex)->Int32Value();

Completed in 557 milliseconds

123