Home
last modified time | relevance | path

Searched defs:GetDouble (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.cpp38 double Literal::GetDouble() const in GetDouble() function in panda::es2panda::ir::Literal
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp323 double PtJson::GetDouble(double defaultValue) const in GetDouble() function in panda::ecmascript::tooling::PtJson
395 Result PtJson::GetDouble(const char *key, double *value) const in GetDouble() function in panda::ecmascript::tooling::PtJson
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h253 ARK_INLINE double GetDouble() const in GetDouble() function