Searched refs:checked_instance (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api-interceptors.cc3642 auto checked_instance = local
3644 checked_instance->Set(context.local(), v8_str("whatever"), v8_num(17))
3647 ->Set(context.local(), v8_str("checked"), checked_instance)
3729 auto checked_instance = local
3732 ->Set(context.local(), v8_str("checked"), checked_instance)
3734 checked_instance->Set(context.local(), 15, v8_num(17)).FromJust();

Completed in 48 milliseconds