Home | History | Annotate | Download | only in cctest

Lines Matching refs:DontEnum

2470   context->Global()->Set(prop, v8_num(28), v8::DontEnum);
2471 CHECK_EQ(v8::DontEnum, context->Global()->GetPropertyAttributes(prop));