Lines Matching refs:env

155  * @param vm: The VM instance that the env will be created in.
170 * @param vm: The VM instance that the env will be created in.
183 * @param env: The environment to be destroyed.
187 JSVM_EXTERN JSVM_Status OH_JSVM_DestroyEnv(JSVM_Env env);
192 * @param env: The environment that the JSVM-API call is invoked under.
197 JSVM_EXTERN JSVM_Status OH_JSVM_OpenEnvScope(JSVM_Env env,
203 * @param env: The environment that the JSVM-API call is invoked under.
208 JSVM_EXTERN JSVM_Status OH_JSVM_CloseEnvScope(JSVM_Env env,
214 * @param env: The environment that the JSVM-API call is invoked under.
219 JSVM_EXTERN JSVM_Status OH_JSVM_GetVM(JSVM_Env env,
225 * @param env: The environment that the JSVM-API call is invoked under.
235 JSVM_EXTERN JSVM_Status OH_JSVM_CompileScript(JSVM_Env env,
247 * @param env: The environment that the JSVM-API call is invoked under.
258 JSVM_EXTERN JSVM_Status OH_JSVM_CompileScriptWithOrigin(JSVM_Env env,
271 * @param env: The environment that the JSVM-API call is invoked under.
279 JSVM_EXTERN JSVM_Status OH_JSVM_CompileScriptWithOptions(JSVM_Env env,
288 * @param env: The environment that the JSVM-API call is invoked under.
295 JSVM_EXTERN JSVM_Status OH_JSVM_CreateCodeCache(JSVM_Env env,
308 * @param env: The environment that the API is invoked under.
313 JSVM_EXTERN JSVM_Status OH_JSVM_RunScript(JSVM_Env env,
321 * @param env: The environment that the JSVM-API call is invoked under.
329 JSVM_EXTERN JSVM_Status OH_JSVM_SetInstanceData(JSVM_Env env,
338 * @param env: The environment that the JSVM-API call is invoked under.
344 JSVM_EXTERN JSVM_Status OH_JSVM_GetInstanceData(JSVM_Env env,
351 * @param env: The environment that the JSVM-API call is invoked under.
356 JSVM_EXTERN JSVM_Status OH_JSVM_GetLastErrorInfo(JSVM_Env env,
362 * @param env: The environment that the API is invoked under.
367 JSVM_EXTERN JSVM_Status OH_JSVM_Throw(JSVM_Env env,
373 * @param env: The environment that the API is invoked under.
379 JSVM_EXTERN JSVM_Status OH_JSVM_ThrowError(JSVM_Env env,
386 * @param env: The environment that the API is invoked under.
392 JSVM_EXTERN JSVM_Status OH_JSVM_ThrowTypeError(JSVM_Env env,
399 * @param env: The environment that the API is invoked under.
405 JSVM_EXTERN JSVM_Status OH_JSVM_ThrowRangeError(JSVM_Env env,
412 * @param env: The environment that the API is invoked under.
418 JSVM_EXTERN JSVM_Status OH_JSVM_ThrowSyntaxError(JSVM_Env env,
425 * @param env: The environment that the API is invoked under.
432 JSVM_EXTERN JSVM_Status OH_JSVM_IsError(JSVM_Env env,
439 * @param env: The environment that the API is invoked under.
446 JSVM_EXTERN JSVM_Status OH_JSVM_CreateError(JSVM_Env env,
454 * @param env: The environment that the API is invoked under.
461 JSVM_EXTERN JSVM_Status OH_JSVM_CreateTypeError(JSVM_Env env,
469 * @param env: The environment that the API is invoked under.
476 JSVM_EXTERN JSVM_Status OH_JSVM_CreateRangeError(JSVM_Env env,
484 * @param env: The environment that the API is invoked under.
491 JSVM_EXTERN JSVM_Status OH_JSVM_CreateSyntaxError(JSVM_Env env,
499 * @param env: The environment that the API is invoked under.
504 JSVM_EXTERN JSVM_Status OH_JSVM_GetAndClearLastException(JSVM_Env env,
510 * @param env: The environment that the API is invoked under.
515 JSVM_EXTERN JSVM_Status OH_JSVM_IsExceptionPending(JSVM_Env env,
521 * @param env: The environment that the API is invoked under.
526 JSVM_EXTERN JSVM_Status OH_JSVM_OpenHandleScope(JSVM_Env env,
533 * @param env: The environment that the API is invoked under.
538 JSVM_EXTERN JSVM_Status OH_JSVM_CloseHandleScope(JSVM_Env env,
544 * @param env: The environment that the API is invoked under.
549 JSVM_EXTERN JSVM_Status OH_JSVM_OpenEscapableHandleScope(JSVM_Env env,
556 * @param env: The environment that the API is invoked under.
561 JSVM_EXTERN JSVM_Status OH_JSVM_CloseEscapableHandleScope(JSVM_Env env,
569 * @param env: The environment that the API is invoked under.
576 JSVM_EXTERN JSVM_Status OH_JSVM_EscapeHandle(JSVM_Env env,
584 * @param env: The environment that the API is invoked under.
591 JSVM_EXTERN JSVM_Status OH_JSVM_CreateReference(JSVM_Env env,
599 * @param env: The environment that the API is invoked under.
604 JSVM_EXTERN JSVM_Status OH_JSVM_DeleteReference(JSVM_Env env,
611 * @param env: The environment that the API is invoked under.
617 JSVM_EXTERN JSVM_Status OH_JSVM_ReferenceRef(JSVM_Env env,
625 * @param env: The environment that the API is invoked under.
631 JSVM_EXTERN JSVM_Status OH_JSVM_ReferenceUnref(JSVM_Env env,
639 * @param env: The environment that the API is invoked under.
645 JSVM_EXTERN JSVM_Status OH_JSVM_GetReferenceValue(JSVM_Env env,
652 * @param env: The environment that the API is invoked under.
657 JSVM_EXTERN JSVM_Status OH_JSVM_CreateArray(JSVM_Env env,
666 * @param env: The environment that the API is invoked under.
672 JSVM_EXTERN JSVM_Status OH_JSVM_CreateArrayWithLength(JSVM_Env env,
684 * @param env: The environment that the API is invoked under.
691 JSVM_EXTERN JSVM_Status OH_JSVM_CreateArraybuffer(JSVM_Env env,
726 * @param env: The environment that the API is invoked under.
740 JSVM_Status JSVM_CDECL OH_JSVM_CreateArrayBufferFromBackingStoreData(JSVM_Env env,
751 * @param env: The environment that the API is invoked under.
757 JSVM_EXTERN JSVM_Status OH_JSVM_CreateDate(JSVM_Env env,
768 * @param env: The environment that the API is invoked under.
777 JSVM_EXTERN JSVM_Status OH_JSVM_CreateExternal(JSVM_Env env,
786 * @param env: The environment that the API is invoked under.
791 JSVM_EXTERN JSVM_Status OH_JSVM_CreateObject(JSVM_Env env,
797 * @param env: The environment that the API is invoked under.
804 JSVM_EXTERN JSVM_Status OH_JSVM_CreateSymbol(JSVM_Env env,
812 * @param env: The environment that the API is invoked under.
819 JSVM_EXTERN JSVM_Status OH_JSVM_SymbolFor(JSVM_Env env,
830 * @param env: The environment that the API is invoked under.
839 JSVM_EXTERN JSVM_Status OH_JSVM_CreateTypedarray(JSVM_Env env,
853 * @param env: The environment that the API is invoked under.
861 JSVM_EXTERN JSVM_Status OH_JSVM_CreateDataview(JSVM_Env env,
870 * @param env: The environment that the API is invoked under.
876 JSVM_EXTERN JSVM_Status OH_JSVM_CreateInt32(JSVM_Env env,
883 * @param env: The environment that the API is invoked under.
889 JSVM_EXTERN JSVM_Status OH_JSVM_CreateUint32(JSVM_Env env,
896 * @param env: The environment that the API is invoked under.
902 JSVM_EXTERN JSVM_Status OH_JSVM_CreateInt64(JSVM_Env env,
909 * @param env: The environment that the API is invoked under.
915 JSVM_EXTERN JSVM_Status OH_JSVM_CreateDouble(JSVM_Env env,
922 * @param env: The environment that the API is invoked under.
928 JSVM_EXTERN JSVM_Status OH_JSVM_CreateBigintInt64(JSVM_Env env,
935 * @param env: The environment that the API is invoked under.
941 JSVM_EXTERN JSVM_Status OH_JSVM_CreateBigintUint64(JSVM_Env env,
949 * @param env: The environment that the API is invoked under.
957 JSVM_EXTERN JSVM_Status OH_JSVM_CreateBigintWords(JSVM_Env env,
967 * @param env: The environment that the API is invoked under.
974 JSVM_EXTERN JSVM_Status OH_JSVM_CreateStringLatin1(JSVM_Env env,
983 * @param env: The environment that the API is invoked under.
991 JSVM_EXTERN JSVM_Status OH_JSVM_CreateStringUtf16(JSVM_Env env,
1000 * @param env: The environment that the API is invoked under.
1007 JSVM_EXTERN JSVM_Status OH_JSVM_CreateStringUtf8(JSVM_Env env,
1015 * @param env: The environment that the API is invoked under.
1021 JSVM_EXTERN JSVM_Status OH_JSVM_GetArrayLength(JSVM_Env env,
1028 * @param env: The environment that the API is invoked under.
1036 JSVM_EXTERN JSVM_Status OH_JSVM_GetArraybufferInfo(JSVM_Env env,
1044 * @param env: The environment that the API is invoked under.
1051 JSVM_EXTERN JSVM_Status OH_JSVM_GetPrototype(JSVM_Env env,
1058 * @param env: The environment that the API is invoked under.
1072 JSVM_EXTERN JSVM_Status OH_JSVM_GetTypedarrayInfo(JSVM_Env env,
1084 * @param env: The environment that the API is invoked under.
1094 JSVM_EXTERN JSVM_Status OH_JSVM_GetDataviewInfo(JSVM_Env env,
1106 * @param env: The environment that the API is invoked under.
1113 JSVM_EXTERN JSVM_Status OH_JSVM_GetDateValue(JSVM_Env env,
1120 * @param env: The environment that the API is invoked under.
1127 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueBool(JSVM_Env env,
1134 * @param env: The environment that the API is invoked under.
1141 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueDouble(JSVM_Env env,
1149 * @param env: The environment that the API is invoked under.
1156 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueBigintInt64(JSVM_Env env,
1165 * @param env: The environment that the API is invoked under.
1172 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueBigintUint64(JSVM_Env env,
1181 * @param env: The environment that the API is invoked under.
1190 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueBigintWords(JSVM_Env env,
1199 * @param env: The environment that the API is invoked under.
1205 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueExternal(JSVM_Env env,
1212 * @param env: The environment that the API is invoked under.
1218 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueInt32(JSVM_Env env,
1225 * @param env: The environment that the API is invoked under.
1231 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueInt64(JSVM_Env env,
1238 * @param env: The environment that the API is invoked under.
1248 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueStringLatin1(JSVM_Env env,
1257 * @param env: The environment that the API is invoked under.
1267 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueStringUtf8(JSVM_Env env,
1276 * @param env: The environment that the API is invoked under.
1286 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueStringUtf16(JSVM_Env env,
1295 * @param env: The environment that the API is invoked under.
1302 JSVM_EXTERN JSVM_Status OH_JSVM_GetValueUint32(JSVM_Env env,
1309 * @param env: The environment that the API is invoked under.
1315 JSVM_EXTERN JSVM_Status OH_JSVM_GetBoolean(JSVM_Env env,
1322 * @param env: The environment that the API is invoked under.
1327 JSVM_EXTERN JSVM_Status OH_JSVM_GetGlobal(JSVM_Env env,
1333 * @param env: The environment that the API is invoked under.
1338 JSVM_EXTERN JSVM_Status OH_JSVM_GetNull(JSVM_Env env,
1344 * @param env: The environment that the API is invoked under.
1349 JSVM_EXTERN JSVM_Status OH_JSVM_GetUndefined(JSVM_Env env,
1355 * @param env: The environment that the API is invoked under.
1361 JSVM_EXTERN JSVM_Status OH_JSVM_CoerceToBool(JSVM_Env env,
1369 * @param env: The environment that the API is invoked under.
1375 JSVM_EXTERN JSVM_Status OH_JSVM_CoerceToNumber(JSVM_Env env,
1382 * @param env: The environment that the API is invoked under.
1388 JSVM_EXTERN JSVM_Status OH_JSVM_CoerceToObject(JSVM_Env env,
1396 * @param env: The environment that the API is invoked under.
1402 JSVM_EXTERN JSVM_Status OH_JSVM_CoerceToString(JSVM_Env env,
1413 * @param env: The environment that the API is invoked under.
1419 JSVM_EXTERN JSVM_Status OH_JSVM_Typeof(JSVM_Env env,
1426 * @param env: The environment that the API is invoked under.
1434 JSVM_EXTERN JSVM_Status OH_JSVM_Instanceof(JSVM_Env env,
1442 * @param env: The environment that the API is invoked under.
1448 JSVM_EXTERN JSVM_Status OH_JSVM_IsArray(JSVM_Env env,
1455 * @param env: The environment that the API is invoked under.
1461 JSVM_EXTERN JSVM_Status OH_JSVM_IsArraybuffer(JSVM_Env env,
1468 * @param env: The environment that the API is invoked under.
1474 JSVM_EXTERN JSVM_Status OH_JSVM_IsDate(JSVM_Env env,
1481 * @param env: The environment that the API is invoked under.
1487 JSVM_EXTERN JSVM_Status OH_JSVM_IsTypedarray(JSVM_Env env,
1494 * @param env: The environment that the API is invoked under.
1500 JSVM_EXTERN JSVM_Status OH_JSVM_IsDataview(JSVM_Env env,
1508 * @param env: The environment that the API is invoked under.
1515 JSVM_EXTERN JSVM_Status OH_JSVM_StrictEquals(JSVM_Env env,
1524 * @param env: The environment that the API is invoked under.
1531 JSVM_EXTERN JSVM_Status OH_JSVM_Equals(JSVM_Env env,
1539 * @param env: The environment that the API is invoked under.
1545 JSVM_EXTERN JSVM_Status OH_JSVM_DetachArraybuffer(JSVM_Env env,
1551 * @param env: The environment that the API is invoked under.
1557 JSVM_EXTERN JSVM_Status OH_JSVM_IsDetachedArraybuffer(JSVM_Env env,
1565 * @param env: The environment that the API is invoked under.
1573 JSVM_EXTERN JSVM_Status OH_JSVM_GetPropertyNames(JSVM_Env env,
1581 * @param env: The environment that the API is invoked under.
1592 JSVM_EXTERN JSVM_Status OH_JSVM_GetAllPropertyNames(JSVM_Env env,
1602 * @param env: The environment that the API is invoked under.
1609 JSVM_EXTERN JSVM_Status OH_JSVM_SetProperty(JSVM_Env env,
1617 * @param env: The environment that the API is invoked under.
1624 JSVM_EXTERN JSVM_Status OH_JSVM_GetProperty(JSVM_Env env,
1632 * @param env: The environment that the API is invoked under.
1639 JSVM_EXTERN JSVM_Status OH_JSVM_HasProperty(JSVM_Env env,
1647 * @param env: The environment that the API is invoked under.
1655 JSVM_EXTERN JSVM_Status OH_JSVM_DeleteProperty(JSVM_Env env,
1665 * @param env: The environment that the API is invoked under.
1672 JSVM_EXTERN JSVM_Status OH_JSVM_HasOwnProperty(JSVM_Env env,
1681 * @param env: The environment that the API is invoked under.
1688 JSVM_EXTERN JSVM_Status OH_JSVM_SetNamedProperty(JSVM_Env env,
1697 * @param env: The environment that the API is invoked under.
1704 JSVM_EXTERN JSVM_Status OH_JSVM_GetNamedProperty(JSVM_Env env,
1713 * @param env: The environment that the API is invoked under.
1720 JSVM_EXTERN JSVM_Status OH_JSVM_HasNamedProperty(JSVM_Env env,
1728 * @param env: The environment that the API is invoked under.
1735 JSVM_EXTERN JSVM_Status OH_JSVM_SetElement(JSVM_Env env,
1743 * @param env: The environment that the API is invoked under.
1750 JSVM_EXTERN JSVM_Status OH_JSVM_GetElement(JSVM_Env env,
1759 * @param env: The environment that the API is invoked under.
1766 JSVM_EXTERN JSVM_Status OH_JSVM_HasElement(JSVM_Env env,
1774 * @param env: The environment that the API is invoked under.
1782 JSVM_EXTERN JSVM_Status OH_JSVM_DeleteElement(JSVM_Env env,
1793 * @param env: The environment that the API is invoked under.
1800 JSVM_EXTERN JSVM_Status OH_JSVM_DefineProperties(JSVM_Env env,
1812 * @param env: The environment that the API is invoked under.
1817 JSVM_EXTERN JSVM_Status OH_JSVM_ObjectFreeze(JSVM_Env env,
1824 * @param env: The environment that the API is invoked under.
1829 JSVM_EXTERN JSVM_Status OH_JSVM_ObjectSeal(JSVM_Env env,
1837 * @param env: The environment that the API is invoked under.
1846 JSVM_EXTERN JSVM_Status OH_JSVM_CallFunction(JSVM_Env env,
1861 * @param env: The environment that the API is invoked under.
1873 JSVM_EXTERN JSVM_Status OH_JSVM_CreateFunction(JSVM_Env env,
1883 * @param env: The environment that the API is invoked under.
1899 JSVM_EXTERN JSVM_Status OH_JSVM_GetCbInfo(JSVM_Env env,
1910 * @param env: The environment that the API is invoked under.
1916 JSVM_EXTERN JSVM_Status OH_JSVM_GetNewTarget(JSVM_Env env,
1924 * @param env: The environment that the API is invoked under.
1934 JSVM_EXTERN JSVM_Status OH_JSVM_NewInstance(JSVM_Env env,
1945 * @param env: The environment that the API is invoked under.
1962 JSVM_EXTERN JSVM_Status OH_JSVM_DefineClass(JSVM_Env env,
1974 * @param env: The environment that the API is invoked under.
1985 JSVM_EXTERN JSVM_Status OH_JSVM_Wrap(JSVM_Env env,
1998 * @param env: The environment that the API is invoked under.
2004 JSVM_EXTERN JSVM_Status OH_JSVM_Unwrap(JSVM_Env env,
2013 * @param env: The environment that the API is invoked under.
2019 JSVM_EXTERN JSVM_Status OH_JSVM_RemoveWrap(JSVM_Env env,
2029 * @param env: The environment that the API is invoked under.
2035 JSVM_EXTERN JSVM_Status OH_JSVM_TypeTagObject(JSVM_Env env,
2044 * @param env: The environment that the API is invoked under.
2052 JSVM_EXTERN JSVM_Status OH_JSVM_CheckObjectTypeTag(JSVM_Env env,
2060 * @param env: The environment that the API is invoked under.
2070 JSVM_EXTERN JSVM_Status OH_JSVM_AddFinalizer(JSVM_Env env,
2084 * @param env: The environment that the API is invoked under.
2089 JSVM_EXTERN JSVM_Status OH_JSVM_GetVersion(JSVM_Env env,
2108 * @param env: The environment that the API is invoked under.
2115 JSVM_EXTERN JSVM_Status OH_JSVM_AdjustExternalMemory(JSVM_Env env,
2123 * @param env: The environment that the API is invoked under.
2128 JSVM_EXTERN JSVM_Status OH_JSVM_MemoryPressureNotification(JSVM_Env env,
2134 * @param env: The environment that the API is invoked under.
2142 JSVM_EXTERN JSVM_Status OH_JSVM_CreatePromise(JSVM_Env env,
2153 * @param env: The environment that the API is invoked under.
2159 JSVM_EXTERN JSVM_Status OH_JSVM_ResolveDeferred(JSVM_Env env,
2170 * @param env: The environment that the API is invoked under.
2176 JSVM_EXTERN JSVM_Status OH_JSVM_RejectDeferred(JSVM_Env env,
2182 * @param env: The environment that the API is invoked under.
2188 JSVM_EXTERN JSVM_Status OH_JSVM_IsPromise(JSVM_Env env,
2194 * @param env: The environment that the API is invoked under.
2200 JSVM_EXTERN JSVM_Status OH_JSVM_JsonParse(JSVM_Env env,
2206 * @param env: The environment that the API is invoked under.
2212 JSVM_EXTERN JSVM_Status OH_JSVM_JsonStringify(JSVM_Env env,
2285 * @param env: The environment that the API is invoked under.
2291 JSVM_EXTERN JSVM_Status OH_JSVM_OpenInspector(JSVM_Env env,
2298 * @param env: The environment that the API is invoked under.
2302 JSVM_EXTERN JSVM_Status OH_JSVM_CloseInspector(JSVM_Env env);
2308 * @param env: The environment that the API is invoked under.
2313 JSVM_EXTERN JSVM_Status OH_JSVM_WaitForDebugger(JSVM_Env env,
2322 * @param env: The environment that the API is invoked under.
2341 JSVM_EXTERN JSVM_Status OH_JSVM_DefineClassWithPropertyHandler(JSVM_Env env,
2355 * @param env: The environment that the API is invoked under.
2360 JSVM_EXTERN JSVM_Status OH_JSVM_IsLocked(JSVM_Env env,
2366 * @param env: The environment that the API is invoked under.
2370 JSVM_EXTERN JSVM_Status OH_JSVM_AcquireLock(JSVM_Env env);
2375 * @param env: The environment that the API is invoked under.
2379 JSVM_EXTERN JSVM_Status OH_JSVM_ReleaseLock(JSVM_Env env);
2385 * @param env: The VM instance on which to start the task queue.
2396 * @param env: The VM instance on which to check microtasks.
2405 * @param env: The VM instance on which to check microtasks.
2411 JSVM_EXTERN JSVM_Status OH_JSVM_IsCallable(JSVM_Env env,
2419 * @param env: The VM instance on which to check microtasks.
2425 JSVM_EXTERN JSVM_Status OH_JSVM_IsUndefined(JSVM_Env env,
2433 * @param env: The VM instance on which to check microtasks.
2439 JSVM_EXTERN JSVM_Status OH_JSVM_IsNull(JSVM_Env env,
2447 * @param env: The VM instance on which to check microtasks.
2453 JSVM_EXTERN JSVM_Status OH_JSVM_IsNullOrUndefined(JSVM_Env env,
2461 * @param env: The VM instance on which to check microtasks.
2467 JSVM_EXTERN JSVM_Status OH_JSVM_IsBoolean(JSVM_Env env,
2475 * @param env: The VM instance on which to check microtasks.
2481 JSVM_EXTERN JSVM_Status OH_JSVM_IsNumber(JSVM_Env env,
2489 * @param env: The VM instance on which to check microtasks.
2495 JSVM_EXTERN JSVM_Status OH_JSVM_IsString(JSVM_Env env,
2503 * @param env: The VM instance on which to check microtasks.
2509 JSVM_EXTERN JSVM_Status OH_JSVM_IsSymbol(JSVM_Env env,
2517 * @param env: The VM instance on which to check microtasks.
2523 JSVM_EXTERN JSVM_Status OH_JSVM_IsFunction(JSVM_Env env,
2530 * @param env: The VM instance on which to check microtasks.
2536 JSVM_EXTERN JSVM_Status OH_JSVM_IsObject(JSVM_Env env,
2544 * @param env: The VM instance on which to check microtasks.
2550 JSVM_EXTERN JSVM_Status OH_JSVM_IsBigInt(JSVM_Env env,
2557 * @param env: The environment that the API is invoked under.
2563 JSVM_Status JSVM_CDECL OH_JSVM_IsConstructor(JSVM_Env env,
2572 * @param env: The environment that the API is invoked under.
2584 JSVM_Status JSVM_CDECL OH_JSVM_CreateRegExp(JSVM_Env env,
2592 * @param env: The environment that the API is invoked under.
2597 JSVM_Status JSVM_CDECL OH_JSVM_CreateMap(JSVM_Env env, JSVM_Value* result);
2602 * @param env: The environment that the API is invoked under.
2608 JSVM_Status JSVM_CDECL OH_JSVM_IsMap(JSVM_Env env,
2615 * @param env: The environment that the API is invoked under.
2620 JSVM_EXTERN JSVM_Status OH_JSVM_CreateSet(JSVM_Env env,
2626 * @param env: The environment that the API is invoked under.
2632 JSVM_EXTERN JSVM_Status OH_JSVM_IsSet(JSVM_Env env,
2639 * @param env: The environment that the API is invoked under.
2645 JSVM_EXTERN JSVM_Status OH_JSVM_ObjectGetPrototypeOf(JSVM_Env env,
2652 * @param env: The environment that the API is invoked under.
2658 JSVM_EXTERN JSVM_Status OH_JSVM_ObjectSetPrototypeOf(JSVM_Env env,
2665 * @param env: The environment that the API is invoked under.
2672 JSVM_EXTERN JSVM_Status OH_JSVM_CoerceToBigInt(JSVM_Env env,
2679 * @param env: The environment that the API is invoked under.
2685 JSVM_EXTERN JSVM_Status OH_JSVM_IsRegExp(JSVM_Env env,
2692 * @param env: The environment that the API is invoked under.
2705 JSVM_EXTERN JSVM_Status OH_JSVM_CreateFunctionWithScript(JSVM_Env env,
2717 * @param env: The environment that the API is invoked under.
2724 JSVM_EXTERN JSVM_Status OH_JSVM_RetainScript(JSVM_Env env, JSVM_Script script);
2729 * @param env: The environment that the API is invoked under.
2736 JSVM_EXTERN JSVM_Status OH_JSVM_ReleaseScript(JSVM_Env env, JSVM_Script script);
2741 * @param env: The environment that the API is invoked under.
2750 JSVM_EXTERN JSVM_Status OH_JSVM_OpenInspectorWithName(JSVM_Env env,
2758 * @param env: The environment that the API is invoked under.
2767 * Returns {@link JSVM_INVALID_ARG } if any of env, wasmBytecode is NULL, or data length is invalid.\n
2773 JSVM_EXTERN JSVM_Status OH_JSVM_CompileWasmModule(JSVM_Env env,
2785 * @param env: The environment that the API is invoked under.
2791 * Returns {@link JSVM_INVALID_ARG } if env is NULL, or wasmModule is NULL or is not a WebAssembly module.\n
2797 JSVM_EXTERN JSVM_Status OH_JSVM_CompileWasmFunction(JSVM_Env env,
2805 * @param env: The environment that the API is invoked under.
2814 JSVM_EXTERN JSVM_Status OH_JSVM_IsWasmModuleObject(JSVM_Env env,
2821 * @param env: The environment that the API is invoked under.
2832 JSVM_EXTERN JSVM_Status OH_JSVM_CreateWasmCache(JSVM_Env env,
2840 * @param env: The environment that the API is invoked under.
2849 JSVM_EXTERN JSVM_Status OH_JSVM_ReleaseCache(JSVM_Env env,