Home
last modified time | relevance | path

Searched refs:RuntimeToNumber (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h336 static inline JSTaggedValue RuntimeToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &value);
H A Druntime_stubs-inl.h1743 JSTaggedValue RuntimeStubs::RuntimeToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeToNumber() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp2184 return RuntimeToNumber(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp58 return RuntimeStubs::RuntimeToNumber(thread, number); in ToNumber()

Completed in 18 milliseconds