Home
last modified time | relevance | path

Searched refs:RuntimeToNumeric (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h539 …static inline JSTaggedValue RuntimeToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &valu…
Druntime_stubs.cpp1816 return RuntimeToNumeric(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1377 JSTaggedValue RuntimeStubs::RuntimeToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeToNumeric() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp93 return RuntimeStubs::RuntimeToNumeric(thread, numeric); in ToNumeric()