Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc308 Handle<JSFunction> restricted_properties_thrower_; member in v8::internal::BASE_EMBEDDED
668 if (!restricted_properties_thrower_.is_null()) { in GetThrowTypeErrorIntrinsic()
669 return restricted_properties_thrower_; in GetThrowTypeErrorIntrinsic()
697 restricted_properties_thrower_ = function; in GetThrowTypeErrorIntrinsic()