HomeSort by relevance Sort by last modified time
    Searched refs:ToInt32 (Results 1 - 18 of 18) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.5-2.js 24 ECMA Section: 9.5 Type Conversion: ToInt32
30 The operator ToInt32 converts its argument to one of 2^32
45 ToInt32(ToUint32(x)) == ToInt32(x) for all values of x
57 writeHeaderToLog( SECTION + " ToInt32");
73 function ToInt32( n ) {
108 array[item++] = new TestCase( SECTION, "-1 << 0", ToInt32(-1), -1 << 0 );
111 array[item++] = new TestCase( SECTION, "2147483647 << 0", ToInt32(2147483647), 2147483647 << 0 );
112 array[item++] = new TestCase( SECTION, "2147483648 << 0", ToInt32(2147483648), 2147483648 << 0 );
113 array[item++] = new TestCase( SECTION, "2147483649 << 0", ToInt32(2147483649), 2147483649 << 0 )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.10-1.js 35 5. Call ToInt32(Result(2)).
36 6. Call ToInt32(Result(4)).
100 function ToInt32( n ) {
214 s = ToInt32( s );
215 a = ToInt32( a );
232 s = ToInt32( s );
233 a = ToInt32( a );
253 s = ToInt32( s );
254 a = ToInt32( a );
11.10-2.js 35 5. Call ToInt32(Result(2)).
36 6. Call ToInt32(Result(4)).
99 function ToInt32( n ) {
213 s = ToInt32( s );
214 a = ToInt32( a );
231 s = ToInt32( s );
232 a = ToInt32( a );
252 s = ToInt32( s );
253 a = ToInt32( a );
11.10-3.js 35 5. Call ToInt32(Result(2)).
36 6. Call ToInt32(Result(4)).
99 function ToInt32( n ) {
212 s = ToInt32( s );
213 a = ToInt32( a );
230 s = ToInt32( s );
231 a = ToInt32( a );
251 s = ToInt32( s );
252 a = ToInt32( a );
11.7.1.js 36 5. Call ToInt32(Result(2)).
98 function ToInt32( n ) {
212 var shift = ToInt32( s );
228 return ToInt32(ToInt32Decimal(s));
11.7.2.js 36 5. Call ToInt32(Result(2)).
112 function ToInt32( n ) {
224 s = ToInt32( s );
245 return ToInt32(ToInt32Decimal(s));
11.4.8.js 91 function ToInt32( n ) {
203 n = ToInt32(n);
11.7.3.js 103 function ToInt32( n ) {
  /external/webkit/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 130 v8::Local<v8::Int32> timeoutInt32 = timeoutValue->ToInt32();
156 v8::Local<v8::Int32> maximumAgeInt32 = maximumAgeValue->ToInt32();
V8InjectedScriptHostCustom.cpp 127 Node* node = host->nodeForId(args[0]->ToInt32()->Value());
162 Database* database = host->databaseForId(args[0]->ToInt32()->Value());
205 int callId = args[0]->ToInt32()->Value();
  /external/v8/src/
execution.h 91 static Handle<Object> ToInt32(Handle<Object> obj, bool* exc);
execution.cc 470 Handle<Object> Execution::ToInt32(Handle<Object> obj, bool* exc) {
runtime.js 567 function ToInt32(x) {
api.cc     [all...]
  /external/webkit/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 378 ContextMenuItemBaseCustomTag + id->ToInt32()->Value());
  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 144 int toInt32(v8::Handle<v8::Value> value, bool& ok)
167 v8::Local<v8::Int32> intValue = value->ToInt32();
  /external/v8/include/
v8.h 769 Local<Int32> ToInt32() const;
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 330 milliseconds