HomeSort by relevance Sort by last modified time
    Searched refs:IsJSProxy (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/v8/src/
v8natives.js 252 if (%IsJSProxy(this)) {
277 if (%IsJSProxy(this)) {
345 if (%IsJSProxy(obj)) {
648 if (%IsJSProxy(obj)) {
981 if (%IsJSProxy(obj)) {
1046 if (%IsJSProxy(obj)) {
    [all...]
runtime.h 323 F(IsJSProxy, 1, 1) \
objects-inl.h 559 bool Object::IsJSProxy() {
    [all...]
handles.cc 629 if (p->IsJSProxy()) {
    [all...]
objects-debug.cc 759 CHECK(IsJSProxy());
    [all...]
objects.cc     [all...]
runtime.cc 652 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 490 milliseconds