Home
last modified time | relevance | path

Searched refs:peek (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.cpp330 if (istream_.peek() == std::char_traits<char>::eof()) { in PeekSymbol()
333 return static_cast<char>(istream_.peek()); in PeekSymbol()
342 if (istream_.peek() == std::char_traits<char>::eof()) { in GetSymbol()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp343 if (istream_.peek() == std::char_traits<char>::eof()) { in PeekSymbol()
346 return static_cast<char>(istream_.peek()); in PeekSymbol()
355 if (istream_.peek() == std::char_traits<char>::eof()) { in GetSymbol()
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_stack.js73 map.set("test stack peek:", proxy.peek() === 9)
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1311 uint16_t peek = EcmaStringAccessor(replacementFlat).Get(peekIndex); in ProcessDigitCapture() local
1312 uint32_t scaledIndex = peek - '0'; in ProcessDigitCapture()
1415 uint16_t peek = EcmaStringAccessor(replacementFlat).Get(peekIndex); in GetSubstitution() local
1416 switch (peek) { in GetSubstitution()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion.cpp564 if (stream.peek() == ',') { in GetDeoptsFromInlineInfo()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js10986 peek: We
[all...]

Completed in 38 milliseconds