Home | History | Annotate | Download | only in cctest

Lines Matching full:testprop

9645   CompileRun("function testProp(obj) {"
9650 value = CompileRun("testProp(obj)");
9707 CompileRun("var o = { x: 0 }; delete o.x; testProp(o);");
9709 value = CompileRun("testProp(obj);");