Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h131 bool isFast = true; in ParseNumber() local
516 bool ReadNumberRange(bool &isFast) in ReadNumberRange()
633 bool ReadStringRange(bool &isFast, bool &isAscii) in ReadStringRange()
655 bool ReadAsciiStringRange(bool &isFast) in ReadAsciiStringRange()
676 bool IsFastParseString(bool &isFast, bool &isAscii) in IsFastParseString()
691 bool IsFastParseAsciiString(bool &isFast) in IsFastParseAsciiString()
Djson_stringifier.cpp63 bool isFast = IsFastValueToQuotedString(value); in ValueToQuotedString() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp160 bool isFast = kungfu::BuiltinsStubCSigns::IsFastBuiltin(builtinId); in NewMethodForNativeFunction() local