OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsJSProxy
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/v8/src/
v8natives.js
251
if (%
IsJSProxy
(this)) {
276
if (%
IsJSProxy
(this)) {
344
if (%
IsJSProxy
(obj)) {
647
if (%
IsJSProxy
(obj)) {
981
if (%
IsJSProxy
(obj)) {
1046
if (%
IsJSProxy
(obj)) {
[
all
...]
runtime.h
328
F(
IsJSProxy
, 1, 1) \
objects-inl.h
539
bool Object::
IsJSProxy
() {
[
all
...]
object-observe.js
168
if (!%
IsJSProxy
(object))
handles.cc
525
if (p->
IsJSProxy
()) {
objects-debug.cc
787
CHECK(
IsJSProxy
());
[
all
...]
objects.cc
[
all
...]
runtime.cc
678
return isolate->heap()->ToBoolean(obj->
IsJSProxy
());
[
all
...]
ic.cc
[
all
...]
/external/v8/src/
v8natives.js
250
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)) {
[
all
...]
runtime.h
286
F(
IsJSProxy
, 1, 1) \
handles.cc
617
if (p->
IsJSProxy
()) {
[
all
...]
objects-debug.cc
641
CHECK(
IsJSProxy
());
objects-inl.h
517
bool Object::
IsJSProxy
() {
[
all
...]
ic.cc
[
all
...]
objects.cc
666
} else if (holder->
IsJSProxy
()) {
[
all
...]
runtime.cc
690
return isolate->heap()->ToBoolean(obj->
IsJSProxy
());
[
all
...]
Completed in 241 milliseconds