Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc297 Handle<JSFunction> restricted_function_properties_thrower_; member in v8::internal::BASE_EMBEDDED
644 if (restricted_function_properties_thrower_.is_null()) { in GetRestrictedFunctionPropertiesThrower()
645 restricted_function_properties_thrower_ = GetThrowTypeErrorIntrinsic( in GetRestrictedFunctionPropertiesThrower()
648 return restricted_function_properties_thrower_; in GetRestrictedFunctionPropertiesThrower()