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

  /external/v8/src/js/
prologue.js 231 "object_is_sealed",
array.js 581 if (%object_is_sealed(array)) throw MakeTypeError(kArrayFunctionsOnSealed);
605 !%object_is_sealed(array)) {
707 if (del_count != num_elements_to_add && %object_is_sealed(array)) {
    [all...]
  /external/v8/src/
contexts.h 81 V(OBJECT_IS_SEALED, JSFunction, object_is_sealed) \
bootstrapper.cc 1178 Handle<JSFunction> object_is_sealed = SimpleInstallFunction( local
    [all...]

Completed in 97 milliseconds