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

/external/v8/src/
H A 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(ob
[all...]
H A Druntime.h286 F(IsJSProxy, 1, 1) \
H A Dhandles.cc617 if (p->IsJSProxy()) {
H A Dobjects-debug.cc641 CHECK(IsJSProxy());
H A Dobjects-inl.h517 bool Object::IsJSProxy() { function in class:v8::internal::Object
4534 if (IsJSProxy()) {
4542 if (IsJSProxy()) {
4567 return IsJSProxy()
4574 if (IsJSProxy()) {
H A Dic.cc1303 if (object->IsJSProxy()) {
1768 if (object->IsJSProxy()) {
H A Dobjects.cc666 } else if (holder->IsJSProxy()) {
2056 if (pt->IsJSProxy()) {
2079 if (pt->IsJSProxy()) {
3984 if (IsJSProxy()) {
3992 if (IsJSProxy()) {
4268 if (IsJSProxy()) {
8790 if (pt->IsJSProxy()) {
8931 if (pt->IsJSProxy()) {
9459 if (IsJSProxy()) {
H A Druntime.cc690 return isolate->heap()->ToBoolean(obj->IsJSProxy());
4447 if (object->IsJSProxy()) {

Completed in 170 milliseconds