HomeSort by relevance Sort by last modified time
    Searched refs:ToPropertyDescriptor (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
property-descriptor.h 48 static bool ToPropertyDescriptor(Isolate* isolate, Handle<Object> obj,
property-descriptor.cc 16 // Helper function for ToPropertyDescriptor. Comments describe steps for
36 // Helper function for ToPropertyDescriptor. Handles the case of "simple"
146 bool PropertyDescriptor::ToPropertyDescriptor(Isolate* isolate,
builtins.cc     [all...]
objects.cc     [all...]
  /external/v8/src/js/
v8natives.js 267 function ToPropertyDescriptor(obj) {
312 var desc = ToPropertyDescriptor(obj);
797 var desc = ToPropertyDescriptor(attributes);
822 descriptors.push(ToPropertyDescriptor(props[names[i]]));
    [all...]
  /external/v8/test/mjsunit/
object-create.js 162 // See if we do the steps in ToPropertyDescriptor in the right order.

Completed in 452 milliseconds