Home
last modified time | relevance | path

Searched refs:DoubleToLength (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h146 V(DoubleToLength) \
H A Druntime_stubs.h108 static JSTaggedType DoubleToLength(double x);
H A Druntime_stubs.cpp3306 JSTaggedType RuntimeStubs::DoubleToLength(double x) in DoubleToLength() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h510 V(DoubleToLength) \
H A Dcall_signature.cpp2480 DEF_CALL_SIGNATURE(DoubleToLength) in DEF_CALL_SIGNATURE()
2483 CallSignature index("DoubleToLength", 0, 1, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()); in DEF_CALL_SIGNATURE()

Completed in 25 milliseconds