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

  /external/v8/src/js/
array.js 546 if (%object_is_sealed(array)) throw %make_type_error(kArrayFunctionsOnSealed);
570 !%object_is_sealed(array)) {
672 if (del_count != num_elements_to_add && %object_is_sealed(array)) {
    [all...]
  /external/v8/src/
contexts.h 62 V(OBJECT_IS_SEALED, JSFunction, object_is_sealed) \
    [all...]
bootstrapper.cc 1261 Handle<JSFunction> object_is_sealed = SimpleInstallFunction( local
    [all...]

Completed in 94 milliseconds