Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc5798 bool boolean_trap_result = trap_result_obj->BooleanValue(isolate); in HasProperty() local
5800 if (!boolean_trap_result) { in HasProperty()
5804 return Just(boolean_trap_result); in HasProperty()