Searched defs:normal_prop (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/v8/test/mjsunit/
H A Dkeyed-call-generic.js83 var normal_prop = { zero: zero, one: one, two: two };
84 normal_prop.x = 0;
85 delete normal_prop.x;
96 testMany(normal_prop, first3str, first3num);

Completed in 86 milliseconds