Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h91 V(MAP_HAS_INDEX, JSFunction, map_has) \
Dbootstrapper.cc3294 Handle<JSFunction> map_has = SimpleInstallFunction( in InitializeGlobal() local
3296 native_context()->set_map_has(*map_has); in InitializeGlobal()
Dapi.cc7093 has_pending_exception = !i::Execution::Call(isolate, isolate->map_has(), self, in Has()