Home
last modified time | relevance | path

Searched refs:object_is_sealed (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/js/
Darray.js546 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)) {
/external/v8/src/
Dcontexts.h62 V(OBJECT_IS_SEALED, JSFunction, object_is_sealed) \
Dbootstrapper.cc1261 Handle<JSFunction> object_is_sealed = SimpleInstallFunction( in InitializeGlobal() local
1263 native_context()->set_object_is_sealed(*object_is_sealed); in InitializeGlobal()