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

  /external/webkit/Source/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/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.8.js 91 function ToInt32( n ) {
203 n = ToInt32(n);
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.7.3.js 103 function ToInt32( n ) {
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 );
  /external/chromium/webkit/glue/
cpp_variant.cc 187 int32_t CppVariant::ToInt32() const {
  /external/v8/src/
runtime.js 593 function ToInt32(x) {
execution.cc 640 Handle<Object> Execution::ToInt32(Handle<Object> obj, bool* exc) {
api.cc     [all...]

Completed in 312 milliseconds