Home
last modified time | relevance | path

Searched refs:strong_constructor_map (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcontexts.h275 V(STRONG_CONSTRUCTOR_MAP_INDEX, Map, strong_constructor_map) \
Dbootstrapper.cc764 Handle<Map> strong_constructor_map = CreateStrongFunctionMap(empty, true); in CreateStrongModeFunctionMaps() local
765 native_context()->set_strong_constructor_map(*strong_constructor_map); in CreateStrongModeFunctionMaps()