Home
last modified time | relevance | path

Searched refs:Random (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.h93 static JSTaggedValue Random(EcmaRuntimeCallInfo *argv);
Dbuiltins_math.cpp612 JSTaggedValue BuiltinsMath::Random(EcmaRuntimeCallInfo *argv) in Random() function in panda::ecmascript::builtins::BuiltinsMath
616 BUILTINS_API_TRACE(thread, Math, Random); in Random()
Dbuiltins.cpp1685 SetFunction(env, mathObject, "random", Math::Random, FunctionLength::ZERO); in InitializeMath()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp2908 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/
Druntime_call_id.h486 V(Math, Random) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp586 reinterpret_cast<uintptr_t>(Math::Random),
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js84324 Random: 0, property
85408 if (this.arcMode === yit.Random) return yi(0, this._arc);
85498 return yit.Random;