Home
last modified time | relevance | path

Searched full:cannot (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/arkcompiler/ets_frontend/ts2panda/scripts/
DdiagnosticMessages.json14 "Parameter cannot have question mark and initializer.": {
18 "A required parameter cannot follow an optional parameter.": {
38 "'{0}' modifier cannot appear on class elements of this kind.": {
42 "A 'declare' modifier cannot be used in an already ambient context.": {
46 "'{0}' modifier cannot be used in an ambient context.": {
50 "'{0}' modifier cannot be used here.": {
54 "'{0}' modifier cannot appear on a module or namespace element.": {
58 "A rest parameter cannot be optional.": {
62 "A rest parameter cannot have an initializer.": {
66 "'{0}' modifier cannot appear on a type member.": {
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp38 … "The LightWeightSet's constructor cannot be directly invoked"); in LightWeightSetConstructor()
67 "The add method cannot be bound"); in Add()
88 … "The addAll method cannot be bound"); in AddAll()
122 … "The isEmpty method cannot be bound"); in IsEmpty()
142 … "The getValueAt method cannot be bound"); in GetValueAt()
172 … "The hasAll method cannot be bound"); in HasAll()
205 "The has method cannot be bound"); in Has()
226 … "The hasHash method cannot be bound"); in HasHash()
247 "The equal method cannot be bound"); in Equal()
267 … "The increaseCapacityTo method cannot be bound"); in IncreaseCapacityTo()
[all …]
Dcontainers_linked_list.cpp40 … "The LinkedList's constructor cannot be directly invoked"); in LinkedListConstructor()
64 "The add method cannot be bound"); in Add()
87 … "The addFirst method cannot be bound"); in AddFirst()
110 … "The getFirst method cannot be bound"); in GetFirst()
130 … "The getLast method cannot be bound"); in GetLast()
150 … "The length method cannot be bound"); in Length()
171 … "The insert method cannot be bound"); in Insert()
207 "The clear method cannot be bound"); in Clear()
229 "The clone method cannot be bound"); in Clone()
250 "The has method cannot be bound"); in Has()
[all …]
Dcontainers_hashmap.cpp43 "The HashMap's constructor cannot be directly invoked"); in HashMapConstructor()
71 "The keys method cannot be bound"); in Keys()
92 … "The values method cannot be bound"); in Values()
113 … "The entries method cannot be bound"); in Entries()
134 … "The forEach method cannot be bound"); in ForEach()
187 "The set method cannot be bound"); in Set()
211 … "The setAll method cannot be bound"); in SetAll()
248 "The get method cannot be bound"); in Get()
270 … "The remove method cannot be bound"); in Remove()
292 … "The hasKey method cannot be bound"); in HasKey()
[all …]
Dcontainers_list.cpp40 "The List's constructor cannot be directly invoked"); in ListConstructor()
66 "The add method cannot be bound"); in Add()
89 … "The insert method cannot be bound"); in Insert()
121 … "The getFirst method cannot be bound"); in GetFirst()
141 … "The getLast method cannot be bound"); in GetLast()
161 "The has method cannot be bound"); in Has()
182 … "The isEmpty method cannot be bound"); in IsEmpty()
202 "The get method cannot be bound"); in Get()
231 … "The getIndexOf method cannot be bound"); in GetIndexOf()
252 … "The getLastIndexOf method cannot be bound"); in GetLastIndexOf()
[all …]
Dcontainers_plainarray.cpp37 … "The PlainArray's constructor cannot be directly invoked"); in PlainArrayConstructor()
65 "The add method cannot be bound"); in Add()
95 "The clear method cannot be bound"); in Clear()
116 "The clone method cannot be bound"); in Clone()
137 "The has method cannot be bound"); in Has()
168 "The get method cannot be bound"); in Get()
199 … "The Symbol.iterator method cannot be bound"); in GetIteratorObj()
219 … "The forEach method cannot be bound"); in ForEach()
247 … "The toString method cannot be bound"); in ToString()
266 … "The getIndexOfKey method cannot be bound"); in GetIndexOfKey()
[all …]
Dcontainers_arraylist.cpp42 … "The ArrayList's constructor cannot be directly invoked."); in ArrayListConstructor()
66 "The add method cannot be bound"); in Add()
88 … "The insert method cannot be bound"); in Insert()
121 "The clear method cannot be bound"); in Clear()
144 "The clone method cannot be bound"); in Clone()
167 "The has method cannot be bound"); in Has()
191 … "The getCapacity method cannot be bound"); in GetCapacity()
214 … "The increaseCapacityTo method cannot be bound"); in IncreaseCapacityTo()
248 … "The trimToCurrentLength method cannot be bound"); in TrimToCurrentLength()
271 "The get method cannot be bound"); in Get()
[all …]
Dcontainers_deque.cpp42 "The Deque's constructor cannot be directly invoked"); in DequeConstructor()
66 … "The insertFront method cannot be bound"); in InsertFront()
91 … "The insertEnd method cannot be bound"); in InsertEnd()
115 … "The getFirst method cannot be bound"); in GetFirst()
138 … "The getLast method cannot be bound"); in GetLast()
161 "The has method cannot be bound"); in Has()
186 … "The popFirst method cannot be bound"); in PopFirst()
209 … "The popLast method cannot be bound"); in PopLast()
232 … "The forEach method cannot be bound"); in ForEach()
287 … "The Symbol.iterator method cannot be bound"); in GetIteratorObj()
[all …]
Dcontainers_lightweightmap.cpp43 … "The LightWeightMap's constructor cannot be directly invoked"); in LightWeightMapConstructor()
73 … "The length method cannot be bound"); in Length()
94 … "The hasAll method cannot be bound"); in HasAll()
131 … "The hasKey method cannot be bound"); in HasKey()
153 … "The hasValue method cannot be bound"); in HasValue()
175 … "The increaseCapacityTo method cannot be bound"); in IncreaseCapacityTo()
222 "The get method cannot be bound"); in Get()
245 … "The getIndexOfKey method cannot be bound"); in GetIndexOfKey()
269 … "The getIndexOfValue method cannot be bound"); in GetIndexOfValue()
293 … "The isEmpty method cannot be bound"); in IsEmpty()
[all …]
Dcontainers_hashset.cpp40 "The HashSet's constructor cannot be directly invoked"); in HashSetConstructor()
68 … "The values method cannot be bound"); in Values()
88 … "The entries method cannot be bound"); in Entries()
110 "The add method cannot be bound"); in Add()
135 … "The remove method cannot be bound"); in Remove()
158 "The has method cannot be bound"); in Has()
180 "The clear method cannot be bound"); in Clear()
202 … "The getLength method cannot be bound"); in GetLength()
224 … "The isEmpty method cannot be bound"); in IsEmpty()
244 … "The forEach method cannot be bound"); in ForEach()
Dcontainers_stack.cpp40 "The List's constructor cannot be directly invoked"); in StackConstructor()
66 … "The isEmpty method cannot be bound"); in IsEmpty()
89 "The push method cannot be bound"); in Push()
112 "The peek method cannot be bound"); in Peek()
136 … "The locate method cannot be bound"); in Locate()
160 "The pop method cannot be bound"); in Pop()
183 … "The forEach method cannot be bound"); in ForEach()
231 … "The Symbol.iterator method cannot be bound"); in Iterator()
252 … "The getLength method cannot be bound"); in GetLength()
Dcontainers_treemap.cpp40 "The TreeMap's constructor cannot be directly invoked"); in TreeMapConstructor()
85 "The set method cannot be bound"); in Set()
112 "The get method cannot be bound"); in Get()
134 … "The remove method cannot be bound"); in Remove()
156 … "The hasKey method cannot be bound"); in HasKey()
181 … "The hasValue method cannot be bound"); in HasValue()
203 … "The getFirstKey method cannot be bound"); in GetFirstKey()
224 … "The getLastKey method cannot be bound"); in GetLastKey()
245 … "The setAll method cannot be bound"); in SetAll()
286 "The clear method cannot be bound"); in Clear()
[all …]
Dcontainers_treeset.cpp40 "The TreeSet's constructor cannot be directly invoked"); in TreeSetConstructor()
84 "The add method cannot be bound"); in Add()
108 … "The remove method cannot be bound"); in Remove()
130 "The has method cannot be bound"); in Has()
155 … "The getFirstValue method cannot be bound"); in GetFirstValue()
176 … "The getLastValue method cannot be bound"); in GetLastValue()
197 "The clear method cannot be bound"); in Clear()
218 … "The getLowerValue method cannot be bound"); in GetLowerValue()
249 … "The getHigherValue method cannot be bound"); in GetHigherValue()
280 … "The popFirst method cannot be bound"); in PopFirst()
[all …]
Dcontainers_queue.cpp38 "The Queue's constructor cannot be directly invoked"); in QueueConstructor()
63 "The add method cannot be bound"); in Add()
86 … "The getFirst method cannot be bound"); in GetFirst()
109 "The pop method cannot be bound"); in Pop()
133 … "The forEach method cannot be bound"); in ForEach()
190 … "The remove method cannot be bound"); in GetIteratorObj()
211 … "The Symbol.iterator method cannot be bound"); in GetSize()
/arkcompiler/ets_runtime/ecmascript/
Dmessage_string.h28 V(SetReadOnlyProperty, "Cannot set readonly property") \
29 V(FunctionCallNotConstructor, "class constructor cannot call") \
30 V(SetPropertyWhenNotExtensible, "Cannot add property in prevent extensions ") \
32 V(CanNotSetPropertyOnContainer, "Cannot set property on Container") \
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp84 … LOG_FULL(ERROR) << "cannot find record '" << realEntry <<"' in baseFileName " << name << "."; in ExecuteFromFile()
85 CString msg = "cannot find record '" + realEntry + "', please check the request path."; in ExecuteFromFile()
131 … LOG_FULL(ERROR) << "cannot find record '" << entry <<"' in baseFileName " << normalName << "."; in ExecuteFromBuffer()
132 CString msg = "cannot find record '" + entry + "', please check the request path."; in ExecuteFromBuffer()
182 … LOG_FULL(ERROR) << "cannot find record '" << realEntry <<"' in baseFileName " << name << "."; in ExecuteModuleBuffer()
183 CString msg = "cannot find record '" + realEntry + "', please check the request path."; in ExecuteModuleBuffer()
265 … LOG_FULL(ERROR) << "cannot find record '" << entry <<"' in baseFileName " << normalName << "."; in ExecuteFromBufferSecure()
266 CString msg = "cannot find record '" + entry + "', please check the request path."; in ExecuteFromBufferSecure()
339 … LOG_FULL(ERROR) << "cannot find record '" << realEntry <<"' in baseFileName " << name << "."; in ExecuteModuleBufferSecure()
340 CString msg = "cannot find record '" + realEntry + "', please check the request path."; in ExecuteModuleBufferSecure()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtrace.cpp44 LOG(INFO, TRACE) << "Cannot init, " << PANDA_TRACE_KEY << "=" << panda_trace_val; in DoInit()
51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
64 … LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsic_codegen_test.inl.erb21 …// cannot verify <%= intrinsic.entrypoint_name %> behavior because it is not supported by some enc…
23 // cannot verify <%= intrinsic.entrypoint_name %> behavior in Release build
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp92 std::cout << "Cannot Create vm" << std::endl; in Main()
126 …std::cout << "Cannot execute panda file '" << baseFileName << "' with entry '" << entry << "'" << … in Main()
149 std::cout << "Cannot execute panda file '" << testLoadFileName in Main()
173 std::cout << "Cannot execute panda file '" << testUnloadFileName in Main()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface1-expected.txt1 SyntaxError: Interface name cannot be 'boolean' [test-interface1.ts:17:11]
Dtest-func-param7-expected.txt1 SyntaxError: A rest parameter cannot be optional [test-func-param7.ts:17:18]
Dtest-func-param8-expected.txt1 SyntaxError: Parameter cannot have question mark and initializer [test-func-param8.ts:17:16]
Dtest-func-param3-expected.txt1 SyntaxError: A constructor cannot have a 'this' parameter [test-func-param3.ts:18:21]
Dtest-tuple-type10-expected.txt1 SyntaxError: A rest element cannot follow another rest element [test-tuple-type10.ts:18:64]
Dtest-tuple-type8-expected.txt1 SyntaxError: A rest element cannot follow another rest element [test-tuple-type8.ts:17:50]

12345678910>>...12