HomeSort by relevance Sort by last modified time
    Searched refs:ToInt32 (Results 1 - 24 of 24) 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.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/chromium/webkit/glue/
cpp_variant.h 92 // For example, ToInt32() works only if isNumber() is true.
94 int32_t ToInt32() const;
cpp_variant.cc 187 int32_t CppVariant::ToInt32() const {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 91 v8::Local<v8::Int32> timeoutInt32 = timeoutValue->ToInt32();
117 v8::Local<v8::Int32> maximumAgeInt32 = maximumAgeValue->ToInt32();
V8InspectorFrontendHostCustom.cpp 96 ContextMenuAction typedId = static_cast<ContextMenuAction>(ContextMenuItemBaseCustomTag + id->ToInt32()->Value());
V8InjectedScriptHostCustom.cpp 76 Node* node = host->inspectedNode(args[0]->ToInt32()->Value());
  /external/webkit/Source/WebCore/bindings/v8/
OptionsObject.cpp 85 v8::Local<v8::Int32> v8Int32 = v8Value->ToInt32();
V8Binding.cpp 143 int toInt32(v8::Handle<v8::Value> value, bool& ok)
166 v8::Local<v8::Int32> intValue = value->ToInt32();
214 v8::Local<v8::Int32> intValue = value->ToInt32();
  /external/v8/src/
execution.h 104 static Handle<Object> ToInt32(Handle<Object> obj, bool* exc);
execution.cc 640 Handle<Object> Execution::ToInt32(Handle<Object> obj, bool* exc) {
runtime.js 593 function ToInt32(x) {
d8.cc 295 Local<Int32> int32 = number->ToInt32();
    [all...]
v8natives.js 127 // The spec says ToString should be evaluated before ToInt32.
    [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-strings.cc 479 result->ToInt32()->Value());
test-api.cc     [all...]
  /external/v8/include/
v8.h 966 V8EXPORT Local<Int32> ToInt32() const;
    [all...]

Completed in 497 milliseconds