Lines Matching defs:jsFunc
1503 const uint32_t INDEX_OF_JS_FUNC = 8; // 8: index of jsFunc in argv
1799 JSTaggedValue jsFunc = GetArg(argv, argc, 1);
1800 return RuntimeGetModuleNamespace(thread, index.GetInt(), jsFunc).GetRawData();
1824 JSTaggedValue jsFunc = GetArg(argv, argc, 2);
1825 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc);
1872 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter
1873 return RuntimeLdSendableExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1880 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter
1881 return RuntimeLdLazyExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1888 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter
1889 return RuntimeLdLazySendableExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1896 JSTaggedValue jsFunc = GetArg(argv, argc, 1);
1897 return RuntimeLdLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1904 JSTaggedValue jsFunc = GetArg(argv, argc, 1);
1905 return RuntimeLdExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
2533 const uint32_t INDEX_OF_JS_FUNC = 6; // 6: index of jsFunc in argv