Searched refs:FXJS_ToInt32 (Results 1 – 3 of 3) sorted by relevance
237 int FXJS_ToInt32(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue);
105 return FXJS_ToInt32(m_pJSRuntime->GetIsolate(), m_pValue); in ToInt()
728 int FXJS_ToInt32(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { in FXJS_ToInt32() function