Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h129 bool isFast = true; in ParseNumber() local
496 bool ReadNumberRange(bool &isFast) in ReadNumberRange()
613 bool ReadStringRange(bool &isFast, bool &isAscii) in ReadStringRange()
635 bool ReadAsciiStringRange(bool &isFast) in ReadAsciiStringRange()
656 bool IsFastParseString(bool &isFast, bool &isAscii) in IsFastParseString()
671 bool IsFastParseAsciiString(bool &isFast) in IsFastParseAsciiString()
Djson_stringifier.cpp62 bool isFast = IsFastValueToQuotedString(value); in ValueToQuotedString() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp157 bool isFast = kungfu::BuiltinsStubCSigns::IsFastBuiltin(builtinId); in NewMethodForNativeFunction() local