Searched refs:toInt32 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dtoint32.js28 function toInt32(x) { function
32 assertEquals(0, toInt32(Infinity), "Inf");
33 assertEquals(0, toInt32(-Infinity), "-Inf");
34 assertEquals(0, toInt32(NaN), "NaN");
35 assertEquals(0, toInt32(0.0), "zero");
36 assertEquals(0, toInt32(-0.0), "-zero");
38 assertEquals(0, toInt32(Number.MIN_VALUE));
39 assertEquals(0, toInt32(-Number.MIN_VALUE));
40 assertEquals(0, toInt32(0.1));
41 assertEquals(0, toInt32(
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DocumentCustom.cpp77 int type = toInt32(info[3]);
H A DV8HTMLOptionsCollectionCustom.cpp58 int index = toInt32(info[1], exceptionState);
H A DV8WebGLRenderingContextCustom.cpp499 index = toInt32(info[0], exceptionState);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h184 ANTLR3_INT32 (*toInt32) (struct ANTLR3_STRING_struct * string); member in struct:ANTLR3_STRING_struct
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestObject.cpp463 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
849 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
879 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
909 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
939 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
1585 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
1697 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
1761 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
1800 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
1830 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Valu
[all...]
H A DV8TestInterfaceConstructor2.cpp89 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(longArg, toInt32(info[1], exceptionState), exceptionState);
H A DV8TestInterfaceNamedConstructor.cpp90 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(defaultUndefinedOptionalLongArg, toInt32(info[2], exceptionState), exceptionState);
H A DV8TestInterface.cpp260 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
290 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
320 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
678 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
712 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
751 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
865 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
891 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
921 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
947 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Valu
[all...]
H A DV8TestInterfaceCheckSecurity.cpp68 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
112 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp326 int32_t toInt32(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
359 int32_t toInt32(v8::Handle<v8::Value> value) function in namespace:blink
362 return toInt32(value, NormalConversion, exceptionState);
H A DV8Binding.h485 int32_t toInt32(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
486 inline int32_t toInt32(v8::Handle<v8::Value> value, ExceptionState& exceptionState) function in namespace:blink
488 return toInt32(value, NormalConversion, exceptionState);
492 int32_t toInt32(v8::Handle<v8::Value>);
841 return toInt32(value, exceptionState);
H A DDictionaryHelperForCore.cpp540 return toInt32(value, configuration, exceptionState);
549 return toInt32(value, configuration, exceptionState);
H A DPrivateScriptRunner.cpp212 exceptionState.throwDOMException(toInt32(code), messageString);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp248 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
278 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
308 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c282 string->toInt32 = toInt32_8;
319 string->toInt32 = toInt32_UTF16;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 468 milliseconds