Searched defs:result_object (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc1765 MaybeObject* result_object; local
1766 result_object = SetPropertyWithCallbackSetterInPrototypes(name,
1771 if (found) return result_object;
2917 MaybeObject* result_object; local
2918 result_object = SetPropertyWithCallbackSetterInPrototypes(name,
2923 if (found) return result_object;

Completed in 91 milliseconds