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

  /external/webkit/Source/JavaScriptCore/runtime/
ObjectConstructor.cpp 194 // ES5 8.10.5 ToPropertyDescriptor
195 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc)
289 if (!toPropertyDescriptor(exec, exec->argument(2), descriptor))
310 if (!toPropertyDescriptor(exec, prop, descriptor))
  /external/v8/test/mjsunit/
object-create.js 162 // See if we do the steps in ToPropertyDescriptor in the right order.
  /external/v8/src/
v8natives.js 331 function ToPropertyDescriptor(obj) {
805 var desc = ToPropertyDescriptor(attributes);
821 var desc = ToPropertyDescriptor(value);
    [all...]

Completed in 3583 milliseconds