HomeSort by relevance Sort by last modified time
    Searched full:magicvalueprops (Results 1 - 1 of 1) sorted by null

  /external/v8/test/mjsunit/
object-create.js 152 var magicValueProps = { foo: Object.create(null, { value: { get: valueGet }})};
156 assertEquals(3, Object.create(null, magicValueProps).foo);

Completed in 1024 milliseconds