Searched refs:trap_result_obj (Results 1 – 1 of 1) sorted by relevance
5378 Handle<Object> trap_result_obj; in HasProperty() local5381 isolate, trap_result_obj, in HasProperty()5384 bool boolean_trap_result = trap_result_obj->BooleanValue(); in HasProperty()7215 Handle<Object> trap_result_obj; in DefineOwnProperty() local7218 isolate, trap_result_obj, in DefineOwnProperty()7222 if (!trap_result_obj->BooleanValue()) { in DefineOwnProperty()7481 Handle<Object> trap_result_obj; in GetOwnPropertyDescriptor() local7484 isolate, trap_result_obj, in GetOwnPropertyDescriptor()7489 if (!trap_result_obj->IsJSReceiver() && in GetOwnPropertyDescriptor()7490 !trap_result_obj->IsUndefined(isolate)) { in GetOwnPropertyDescriptor()[all …]