Searched refs:JS_ToInt32 (Results 1 – 3 of 3) sorted by relevance
117 int JS_ToInt32(IJS_Runtime* pJSRuntime, v8::Local<v8::Value> pValue);
101 return JS_ToInt32(m_isolate, m_pValue); in ToInt()
722 int JS_ToInt32(IJS_Runtime* pJSRuntime, v8::Local<v8::Value> pValue) in JS_ToInt32() function