Searched refs:JS_GetArrayElement (Results 1 – 4 of 4) sorted by relevance
98 v8::Local<v8::Value> JS_GetArrayElement(IJS_Runtime* pJSRuntime, v8::Local<v8::Array> pArray,unsi…
492 v8::Local<v8::Value> p = JS_GetArrayElement(m_isolate, m_pArray,index); in GetElement()
398 CFX_WideString ws = JS_ToString(isolate, JS_GetArrayElement(isolate, pKeyList, i)); in ObjectToArray()
634 v8::Local<v8::Value> JS_GetArrayElement(IJS_Runtime* pJSRuntime, v8::Local<v8::Array> pArray,unsign… in JS_GetArrayElement() function