Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dthis_type.ts.json24 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
34 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
44 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
54 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
64 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
74 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
84 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
Dindexable_type_string_element_access.sts22 // This notation implies a call: x = x.$_get ("index string")
24 // This notation implies a call: x.$_set ("index string", x)
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/arguments-object/
Dtest-key-named-bound-value-expected.txt1 scientific notation
2 scientific notation
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe21.md1 # Type notation using ``this`` is not supported
7 ArkTS does not support type notation using the ``this`` keyword (for example,
Drecipe3.md17 * Such notation for private fields is not supported in ArkTS:
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule21.ts.json24 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
34 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
Drule21_3.ts.json24 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
34 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
Drule21_1.ts.json24 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
Drule21_2.ts.json24 "rule": "Type notation using \"this\" is not supported (arkts-no-typing-with-this)",
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/define/
Ddefinefieldruntime_dynamic.js22 print(map['key3']); // eslint-disable-line dot-notation
25 print(arr['key3']); // eslint-disable-line dot-notation
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dinterfaces.rst66 A property field is just a shortcut notation of a getter/setter pair. The
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, a getter, and a setter:
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp169 JSHandle<JSTaggedValue> OptionToEcmaString(JSThread *thread, NotationOption notation) in OptionToEcmaString() argument
173 switch (notation) { in OptionToEcmaString()
626 // 19. Let notation be ? GetOption( in InitializeNumberFormat()
627 …// options, "notation", "string", « "standard", "scientific", "engineering", "compact" », "standa… in InitializeNumberFormat()
629 auto notation = JSLocale::GetOptionOfString<NotationOption>( in InitializeNumberFormat() local
634 numberFormat->SetNotation(notation); in InitializeNumberFormat()
636 …. Perform ? SetNumberFormatDigitOptions(numberFormat, options, mnfdDefault, mxfdDefault, notation). in InitializeNumberFormat()
638 mnfdDefault, mxfdDefault, notation); in InitializeNumberFormat()
651 if (notation == NotationOption::COMPACT) { in InitializeNumberFormat()
654 … icuNumberFormatter = icuNumberFormatter.notation(icu::number::Notation::compactShort()); in InitializeNumberFormat()
[all …]
/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
438 -- a syntactically invariable token (i.e., a syntactic notation defined
576 a qualified name notation (qualification is the name of a class).
D18_annotations.rst349 short notation to specify just one expression instead of an object literal:
364 The behavior of a short notation is exactly the same as that of a notation
369 notation
450 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/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/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/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/libabckit/
Deslint.config.js26 'dot-notation': ['error'],

123