Home
last modified time | relevance | path

Searched full:notation (Results 1 – 25 of 61) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/arguments-object/
Dtest-key-named-bound-value-expected.txt1 scientific notation
2 scientific notation
Dtest-key-named-bound-value.js17 2e3 : 'scientific notation',
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule21.ts.json22 …"rule": "Type notation using \"this\" is only supported for methods, that return \"this\" explicit…
29 …"rule": "Type notation using \"this\" is only supported for methods, that return \"this\" explicit…
Drule21_3.ts.json22 …"rule": "Type notation using \"this\" is only supported for methods, that return \"this\" explicit…
Drule21_1.ts.json22 …"rule": "Type notation using \"this\" is only supported for methods, that return \"this\" explicit…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dinterfaces.rst66 A property field is just a shortcut notation of a getter/setter pair, and
80 A class that implements an interface can also use a short or a long notation:
92 The short notation implicitly defines a private field, and a getter and setter:
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp112 JSHandle<JSTaggedValue> OptionToEcmaString(JSThread *thread, NotationOption notation) in OptionToEcmaString() argument
116 switch (notation) { in OptionToEcmaString()
567 // 19. Let notation be ? GetOption( in InitializeNumberFormat()
568 …// options, "notation", "string", « "standard", "scientific", "engineering", "compact" », "standa… in InitializeNumberFormat()
570 auto notation = JSLocale::GetOptionOfString<NotationOption>( in InitializeNumberFormat() local
575 numberFormat->SetNotation(notation); in InitializeNumberFormat()
577 …. Perform ? SetNumberFormatDigitOptions(numberFormat, options, mnfdDefault, mxfdDefault, notation). in InitializeNumberFormat()
579 mnfdDefault, mxfdDefault, notation); in InitializeNumberFormat()
591 if (notation == NotationOption::COMPACT) { in InitializeNumberFormat()
594 … icuNumberFormatter = icuNumberFormatter.notation(icu::number::Notation::compactShort()); in InitializeNumberFormat()
[all …]
Djs_number_format.h88 NEXT_BIT_FIELD(BitField, Notation, NotationOption, NOTATION_BITS, CompactDisplay) in FIRST_BIT_FIELD()
89 NEXT_BIT_FIELD(BitField, RoundingType, RoundingType, ROUNDING_TYPE_BITS, Notation) in FIRST_BIT_FIELD()
/arkcompiler/ets_frontend/es2panda/test/parser/js/language/arguments-object/
Dtest-class-func-named-scientific-notation-expected.txt1 SyntaxError: Unexpected token [test-class-func-named-scientific-notation.js:21:4]
Dtest-func-named-scientific-notation-expected.txt1 … token, expected identifier after 'function' keyword [test-func-named-scientific-notation.js:17:10]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst167 .. _Lexical and Syntactic Notation:
169 Lexical and Syntactic Notation
172 This section introduces the notation known as *context-free grammar*. It is
179 The |LANG| lexical notation defines a set of productions (rules) that specify
202 notation. Syntactic notation defines a set of productions starting from the
211 syntactic notation
437 -- a syntactically invariable token (i.e., a syntactic notation defined
575 a qualified name notation (qualification is the name of a class or
D18_annotations.rst268 short notation to specify just one expression instead of an object literal:
283 The behavior of a short notation is exactly the same as that of a notation
472 **Note**: As an annotation has only a one field, a short notation can be used (see :ref:`Using Sing…
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe3.md17 * Such notation for private fields is not supported in ArkTS:
Drecipe21.md7 ArkTS allows type notation using the ``this`` keyword only for a return type
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.trailing_lambda/
Dtrlambda_static_met.sts21 of function type, and the argument is passed as a lambda using the {} notation.
Dtrlambda_func.sts21 of function type, and the argument is passed as a lambda using the {} notation.
Dtrlambda_met.sts21 of function type, and the argument is passed as a lambda using the {} notation.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dalias_gen.sts21 and concise notation.
Dalias_neg.sts21 and concise notation.
Dalias.sts21 and concise notation.
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtypes_n_values.md22 Some conventions about notation:
51 ## How to read notation of type parameters and to determine subtyping relation?
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md95 Don't use prefixes or suffixes, including `_`, "Hungarian notation" and others. Also don't use `_` …
122 … doc comments, that start with `/**` instead of `/*` and don't use this notation for regular comme…
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md22 Some conventions about notation:
51 ## How to read notation of type parameters and to determine subtyping relation?
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixTitles.ts23 [29, 'Replace with dot notation'],
/arkcompiler/ets_frontend/test262/
Dintl_tests.txt547 intl402/NumberFormat/constructor-notation.js
572 intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js
586 intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js
605 intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js
608 intl402/NumberFormat/prototype/format/notation-compact-en-US.js
616 intl402/NumberFormat/prototype/format/notation-compact-de-DE.js
621 intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js
631 intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js
644 intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js
647 intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js
[all …]

123