Searched refs:toInt8 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp282 int8_t toInt8(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
287 int8_t toInt8(v8::Handle<v8::Value> value)
290 return toInt8(value, NormalConversion, exceptionState);
H A DV8Binding.h437 int8_t toInt8(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
438 inline int8_t toInt8(v8::Handle<v8::Value> value, ExceptionState& exceptionState) function in namespace:blink
440 return toInt8(value, NormalConversion, exceptionState);
444 int8_t toInt8(v8::Handle<v8::Value>);
H A DDictionaryHelperForCore.cpp495 return toInt8(value, configuration, exceptionState);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestObject.cpp373 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt8(v8Value, exceptionState), exceptionState);
5340 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(byteArg, toInt8(info[0], exceptionState), exceptionState);

Completed in 148 milliseconds