Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc4880 bool boolean_trap_result = trap_result_obj->BooleanValue(); in HasProperty() local
4882 if (!boolean_trap_result) { in HasProperty()
4909 return Just(boolean_trap_result); in HasProperty()