Searched refs:Random (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_math.h | 93 static JSTaggedValue Random(EcmaRuntimeCallInfo *argv);
|
| D | builtins_math.cpp | 612 JSTaggedValue BuiltinsMath::Random(EcmaRuntimeCallInfo *argv) in Random() function in panda::ecmascript::builtins::BuiltinsMath 616 BUILTINS_API_TRACE(thread, Math, Random); in Random()
|
| D | builtins.cpp | 1685 SetFunction(env, mathObject, "random", Math::Random, FunctionLength::ZERO); in InitializeMath()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_math_test.cpp | 2908 HWTEST_F_L0(BuiltinsMathTest, Random) in HWTEST_F_L0() argument 2915 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); in HWTEST_F_L0() 2930 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); in HWTEST_F_L0() 2932 JSTaggedValue result2 = BuiltinsMath::Random(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 486 V(Math, Random) \
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 586 reinterpret_cast<uintptr_t>(Math::Random),
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 84324 Random: 0, property 85408 if (this.arcMode === yit.Random) return yi(0, this._arc); 85498 return yit.Random;
|