Home
last modified time | relevance | path

Searched refs:normal_prop (Results 1 – 1 of 1) sorted by relevance

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