Searched refs:notation (Results 1 – 25 of 37) sorted by relevance
12
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/arguments-object/ |
| D | test-key-named-bound-value-expected.txt | 1 scientific notation 2 scientific notation
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ |
| D | recipe21.md | 1 # Type notation using ``this`` is not supported 7 ArkTS does not support type notation using the ``this`` keyword (for example,
|
| D | recipe3.md | 17 * Such notation for private fields is not supported in ArkTS:
|
| D | recipe127.md | 7 ArkTS does not have a special notation for exporting types through
|
| D | recipe118.md | 7 ArkTS does not have a special notation for importing types.
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe21.md | 1 # Type notation using ``this`` is not supported 7 ArkTS does not support type notation using the ``this`` keyword (for example,
|
| D | recipe3.md | 17 * Such notation for private fields is not supported in ArkTS:
|
| D | recipe127.md | 7 ArkTS does not have a special notation for exporting types through
|
| D | recipe118.md | 7 ArkTS does not have a special notation for importing types.
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/language/arguments-object/ |
| D | test-class-func-named-scientific-notation-expected.txt | 1 SyntaxError: Unexpected token [test-class-func-named-scientific-notation.js:21:4]
|
| D | test-func-named-scientific-notation-expected.txt | 1 … token, expected identifier after 'function' keyword [test-func-named-scientific-notation.js:17:10]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_number_format.cpp | 110 JSHandle<JSTaggedValue> OptionToEcmaString(JSThread *thread, NotationOption notation) in OptionToEcmaString() argument 114 switch (notation) { in OptionToEcmaString() 561 auto notation = JSLocale::GetOptionOfString<NotationOption>( in InitializeNumberFormat() local 566 numberFormat->SetNotation(notation); in InitializeNumberFormat() 570 mnfdDefault, mxfdDefault, notation); in InitializeNumberFormat() 582 if (notation == NotationOption::COMPACT) { in InitializeNumberFormat() 585 … icuNumberFormatter = icuNumberFormatter.notation(icu::number::Notation::compactShort()); in InitializeNumberFormat() 588 … icuNumberFormatter = icuNumberFormatter.notation(icu::number::Notation::compactLong()); in InitializeNumberFormat() 594 switch (notation) { in InitializeNumberFormat() 596 icuNumberFormatter = icuNumberFormatter.notation(icu::number::Notation::simple()); in InitializeNumberFormat() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | interfaces.rst | 66 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/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_alias_declaration/ |
| D | alias_neg.ets | 21 and concise notation.
|
| D | alias_gen.ets | 21 and concise notation.
|
| D | alias.ets | 21 and concise notation.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.trailing_lambda/ |
| D | trlambda_func.ets | 21 of function type, and the argument is passed as a lambda using the {} notation.
|
| D | trlambda_static_met.ets | 21 of function type, and the argument is passed as a lambda using the {} notation.
|
| D | trlambda_met.ets | 21 of function type, and the argument is passed as a lambda using the {} notation.
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 22 Some conventions about notation: 51 ## How to read notation of type parameters and to determine subtyping relation?
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | types_n_values.md | 22 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/ |
| D | README.md | 95 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/static_core/plugins/ets/stdlib/std/core/ |
| D | Double.ets | 586 …onential(double) returns std.core.String representing the underlying double in exponential notation 610 … toExponential() returns std.core.String representing the underlying double in exponential notation 641 … * toPrecision() returns std.core.String representing the underlying double in exponential notation 653 …Fixed(double) returns std.core.String representing the underlying double using fixed-point notation 677 …Fixed(double) returns std.core.String representing the underlying double using fixed-point notation
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 174 This section introduces the notation nown as *context-free grammar*. It is 181 The |LANG| lexical notation defines a set of productions (rules) that specify 204 notation. The syntactic notation defines a set of productions starting from the 213 syntactic notation 439 -- a syntactically invariable token (i.e., a syntactic notation defined
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 547 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 …]
|
12