Lines Matching refs:isArray
301 JSVM_Value isArray;
302 OH_JSVM_GetBoolean(env, isArraybuffer, &isArray);
303 returnResult = isArray;
365 bool isArray = false;
366 OH_JSVM_IsArray(env, args[0], &isArray);
367 if (!isArray) {
463 JSVM_Value isArray;
464 OH_JSVM_GetBoolean(env, isArrayBuffer, &isArray);
465 result = isArray;
545 JSVM_Value isArray;
546 OH_JSVM_GetBoolean(env, isArrayBuffer, &isArray);
547 result = isArray;
633 {"isArray", nullptr, method++, nullptr, nullptr, nullptr, JSVM_DEFAULT},
638 isArray(data);