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

  /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 86 milliseconds