Home | History | Annotate | Download | only in cctest

Lines Matching refs:HasRealNamedProperty

12056   // Note, we're using HasRealNamedProperty instead of Has to avoid
12058 CHECK(args.Holder()->HasRealNamedProperty(v8_str("foo")));
19259 CHECK_EQ(false, global0->HasRealNamedProperty(v8_str("x")));