Home
last modified time | relevance | path

Searched refs:IsJSProxy (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dv8natives.js250 if (%IsJSProxy(this)) {
272 if (%IsJSProxy(this)) {
337 if (%IsJSProxy(obj)) {
639 if (%IsJSProxy(obj)) {
925 if (%IsJSProxy(obj)) {
982 if (%IsJSProxy(obj)) {
1055 if (%IsJSProxy(obj)) {
1153 if (%IsJSProxy(obj)) {
1175 if (%IsJSProxy(obj)) {
1198 if (%IsJSProxy(obj)) {
[all …]
Druntime.h286 F(IsJSProxy, 1, 1) \
Dobjects-debug.cc641 CHECK(IsJSProxy()); in JSProxyVerify()
Dobjects-inl.h517 bool Object::IsJSProxy() { in IsJSProxy() function
4534 if (IsJSProxy()) { in HasProperty()
4542 if (IsJSProxy()) { in HasLocalProperty()
4567 return IsJSProxy() in GetIdentityHash()
4574 if (IsJSProxy()) { in HasElement()
Dhandles.cc617 if (p->IsJSProxy()) { in GetKeysInFixedArrayFor()
Dic.cc1303 if (object->IsJSProxy()) { in Store()
1768 if (object->IsJSProxy()) { in Store()
Dobjects.cc666 } else if (holder->IsJSProxy()) { in GetElementWithReceiver()
2056 if (pt->IsJSProxy()) { in LookupCallbackSetterInPrototypes()
2079 if (pt->IsJSProxy()) { in SetElementWithCallbackSetterInPrototypes()
3984 if (IsJSProxy()) { in DeleteElement()
3992 if (IsJSProxy()) { in DeleteProperty()
4268 if (IsJSProxy()) { in LocalLookup()
8790 if (pt->IsJSProxy()) { in HasElementWithInterceptor()
8931 if (pt->IsJSProxy()) { in HasElementWithReceiver()
9459 if (IsJSProxy()) { in SetElement()
Druntime.cc690 return isolate->heap()->ToBoolean(obj->IsJSProxy()); in RUNTIME_FUNCTION()
4447 if (object->IsJSProxy()) { in SetObjectProperty()