Home
last modified time | relevance | path

Searched refs:NumberBigIntNativePointerToString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h545 V(NumberBigIntNativePointerToString) \
Druntime_stubs.cpp3953 DEF_RUNTIME_STUBS(NumberBigIntNativePointerToString) in DEF_RUNTIME_STUBS() argument
3955 RUNTIME_STUBS_HEADER(NumberBigIntNativePointerToString); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp12878 … value = CallRuntime(glue, RTSTUB_ID(NumberBigIntNativePointerToString), { *value }); in JSTaggedValueToString()