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

  /external/v8/src/js/
array.js 850 for (var proto = %object_get_prototype_of(obj); proto;
851 proto = %object_get_prototype_of(proto)) {
879 for (var proto = %object_get_prototype_of(obj); proto;
880 proto = %object_get_prototype_of(proto)) {
947 if (i in %object_get_prototype_of(obj)) {
    [all...]
typedarray.js 64 var GlobalTypedArray = %object_get_prototype_of(GlobalUint8Array);
  /external/v8/src/
contexts.h 59 V(OBJECT_GET_PROTOTYPE_OF, JSFunction, object_get_prototype_of) \
    [all...]
bootstrapper.cc 1245 Handle<JSFunction> object_get_prototype_of = SimpleInstallFunction( local
    [all...]

Completed in 126 milliseconds