Searched refs:RuntimeToNumeric (Results 1 – 4 of 4) sorted by relevance
539 …static inline JSTaggedValue RuntimeToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &valu…
1816 return RuntimeToNumeric(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
1377 JSTaggedValue RuntimeStubs::RuntimeToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeToNumeric() function
93 return RuntimeStubs::RuntimeToNumeric(thread, numeric); in ToNumeric()