Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsJSProxy
(Results
1 - 25
of
45
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/containers/
H
A
D
containers_lightweightset.cpp
60
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in Add()
81
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in AddAll()
92
if (value->
IsJSProxy
() && JSHandle<JSProxy>::Cast(value)->GetTarget().IsJSAPILightWeightSet()) {
in AddAll()
115
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in IsEmpty()
135
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in GetValueAt()
167
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in HasAll()
177
if (value->
IsJSProxy
() && JSHandle<JSProxy>::Cast(value)->GetTarget().IsJSAPILightWeightSet()) {
in HasAll()
200
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in Has()
221
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightSet()) {
in HasHash()
242
if (self->
IsJSProxy
()
in Equal()
[all...]
H
A
D
containers_vector.cpp
55
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in Add()
77
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in Insert()
104
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in SetLength()
131
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in GetCapacity()
152
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in IncreaseCapacityTo()
179
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in Get()
205
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in GetIndexOf()
227
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in GetIndexFrom()
255
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) {
in IsEmpty()
275
if (self->
IsJSProxy
()
in GetLastElement()
[all...]
H
A
D
containers_hashmap.cpp
60
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in Keys()
81
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in Values()
102
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in GetIteratorObj()
123
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in Entries()
144
if (thisHandle->
IsJSProxy
() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget().IsJSAPIHashMap()) {
in ForEach()
197
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in Set()
221
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in SetAll()
232
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPIHashMap()) {
in SetAll()
258
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashMap()) {
in Get()
280
if (self->
IsJSProxy
()
in Remove()
[all...]
H
A
D
containers_treeset.cpp
78
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in Add()
102
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in Remove()
124
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in Has()
149
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in GetFirstValue()
170
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in GetLastValue()
191
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in Clear()
212
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in GetLowerValue()
235
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in GetHigherValue()
258
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeSet()) {
in PopFirst()
279
if (self->
IsJSProxy
()
in PopLast()
[all...]
H
A
D
containers_deque.cpp
55
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in InsertFront()
80
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in InsertEnd()
104
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in GetFirst()
127
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in GetLast()
150
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in Has()
175
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in PopFirst()
198
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in PopLast()
221
if (thisHandle->
IsJSProxy
() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget().IsJSAPIDeque()) {
in ForEach()
276
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) {
in GetIteratorObj()
298
if (self->
IsJSProxy
()
in GetSize()
[all...]
H
A
D
containers_hashset.cpp
60
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in GetIteratorObj()
80
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in Values()
100
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in Entries()
122
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in Add()
147
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in Remove()
170
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in Has()
192
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in Clear()
214
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in GetLength()
236
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) {
in IsEmpty()
256
if (thisHandle->
IsJSProxy
()
in ForEach()
[all...]
H
A
D
containers_arraylist.cpp
56
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in Add()
78
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in Insert()
117
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in Clear()
140
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in Clone()
163
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in Has()
187
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in GetCapacity()
210
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in IncreaseCapacityTo()
244
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in TrimToCurrentLength()
267
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIArrayList()) {
in Get()
292
if (self->
IsJSProxy
()
in GetIndexOf()
[all...]
H
A
D
containers_treemap.cpp
79
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in Set()
106
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in Get()
128
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in Remove()
150
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in HasKey()
175
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in HasValue()
197
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in GetFirstKey()
218
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in GetLastKey()
239
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPITreeMap()) {
in SetAll()
250
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPITreeMap()) {
in SetAll()
282
if (self->
IsJSProxy
()
in Clear()
[all...]
H
A
D
containers_lightweightmap.cpp
62
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in Length()
83
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in HasAll()
94
if (lightWeightMap->
IsJSProxy
() &&
in HasAll()
120
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in HasKey()
142
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in HasValue()
164
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in IncreaseCapacityTo()
216
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in Get()
239
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in GetIndexOfKey()
263
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILightWeightMap()) {
in GetIndexOfValue()
287
if (self->
IsJSProxy
()
in IsEmpty()
[all...]
H
A
D
containers_list.cpp
59
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in Add()
82
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in Insert()
117
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in GetFirst()
137
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in GetLast()
157
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in Has()
178
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in IsEmpty()
198
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in Get()
230
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in GetIndexOf()
251
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIList()) {
in GetLastIndexOf()
272
if (self->
IsJSProxy
()
in Set()
[all...]
H
A
D
containers_linked_list.cpp
56
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in Add()
79
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in AddFirst()
102
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in GetFirst()
122
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in GetLast()
142
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in Length()
163
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in Insert()
201
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in Clear()
223
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in Clone()
244
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPILinkedList()) {
in Has()
265
if (self->
IsJSProxy
()
in Get()
[all...]
H
A
D
containers_queue.cpp
56
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIQueue()) {
in Add()
79
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIQueue()) {
in GetFirst()
102
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIQueue()) {
in Pop()
126
if (thisHandle->
IsJSProxy
() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget().IsJSAPIQueue()) {
in ForEach()
183
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIQueue()) {
in GetIteratorObj()
204
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIQueue()) {
in GetSize()
H
A
D
containers_bitvector.cpp
72
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in Push()
93
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in Pop()
114
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in Has()
154
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in SetBitsByRange()
194
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in GetBitsByRange()
232
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in Resize()
261
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in SetAllBits()
284
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in GetBitCountByRange()
323
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIBitVector()) {
in GetIndexOf()
363
if (self->
IsJSProxy
()
in GetLastIndexOf()
[all...]
H
A
D
containers_stack.cpp
57
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in IsEmpty()
80
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in Push()
103
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in Peek()
127
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in Locate()
151
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in Pop()
174
if (thisHandle->
IsJSProxy
() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget().IsJSAPIStack()) {
in ForEach()
223
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in Iterator()
244
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIStack()) {
in GetLength()
H
A
D
containers_plainarray.cpp
58
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in Add()
91
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in Clear()
112
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in Clone()
133
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in Has()
167
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in Get()
201
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in GetIteratorObj()
221
if (thisHandle->
IsJSProxy
() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget().IsJSAPIPlainArray()) {
in ForEach()
249
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in ToString()
268
if (self->
IsJSProxy
() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIPlainArray()) {
in GetIndexOfKey()
301
if (self->
IsJSProxy
()
in GetIndexOfValue()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_tagged_value.cpp
370
bool JSTaggedValue::
IsJSProxy
() const
in IsJSProxy()
function in panda::ecmascript::JSTaggedValue
372
return IsHeapObject() && GetTaggedObject()->GetClass()->
IsJSProxy
();
in IsJSProxy()
959
if (obj->
IsJSProxy
()) {
in GetProperty()
986
if (obj->
IsJSProxy
()) {
in GetProperty()
1016
if (obj->
IsJSProxy
()) {
in GetProperty()
1043
if (obj->
IsJSProxy
()) {
in SetProperty()
1070
if (obj->
IsJSProxy
()) {
in SetProperty()
1103
if (obj->
IsJSProxy
()) {
in SetProperty()
1124
if (obj->
IsJSProxy
()) {
in DeleteProperty()
1194
if (obj->
IsJSProxy
()) {
in DefineOwnProperty()
[all...]
H
A
D
js_proxy.h
26
CAST_CHECK(JSProxy,
IsJSProxy
);
H
A
D
js_tagged_value-inl.h
51
if (UNLIKELY(
IsJSProxy
())) {
in IsExtensible()
347
return hclass->
IsJSProxy
();
in CheckIsJSProxy()
679
if (jsHclass->
IsJSProxy
()) {
in IsArray()
1207
return IsJSGlobalObject() ||
IsJSProxy
() || IsSpecialKeysObject() || IsInSharedHeap();
in IsSlowKeysObject()
H
A
D
js_object-inl.h
157
inline bool JSObject::
IsJSProxy
() const
in IsJSProxy()
function in panda::ecmascript::JSObject
159
return GetJSHClass()->
IsJSProxy
();
in IsJSProxy()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H
A
D
builtins_proxy_test.cpp
63
EXPECT_TRUE(resultHandle->
IsJSProxy
());
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
H
A
D
js_api_lightweightmap_iterator.cpp
78
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPILightWeightMap()) {
in CreateLightWeightMapIterator()
H
A
D
js_api_linked_list_iterator.cpp
64
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPILinkedList()) {
in CreateLinkedListIterator()
H
A
D
js_api_list_iterator.cpp
62
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPIList()) {
in CreateListIterator()
H
A
D
js_api_tree_map_iterator.cpp
95
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPITreeMap()) {
in CreateTreeMapIterator()
H
A
D
js_api_tree_set_iterator.cpp
90
if (obj->
IsJSProxy
() && JSHandle<JSProxy>::Cast(obj)->GetTarget().IsJSAPITreeSet()) {
in CreateTreeSetIterator()
Completed in 22 milliseconds
1
2