Home
last modified time | relevance | path

Searched defs:TryToGetInteger (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h589 bool TryToGetInteger(uint32_t *result) in TryToGetInteger() function
1241 inline bool TryToGetInteger(uint32_t *result) in TryToGetInteger() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2203 void StubBuilder::TryToGetInteger(GateRef string, Variable *num, Label *success, Label *failed) in TryToGetInteger() function in panda::ecmascript::kungfu::StubBuilder