Home
last modified time | relevance | path

Searched defs:getObjectPrototype (Results 1 – 3 of 3) sorted by relevance

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/ResultSet/
H A DHydratingResultSet.php63 public function getObjectPrototype() function in Zend\\Db\\ResultSet\\HydratingResultSet
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/ResultSet/
H A DHydratingResultSet.php67 public function getObjectPrototype() function in Zend\\Db\\ResultSet\\HydratingResultSet
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptableObject.java2036 public static Scriptable getObjectPrototype(Scriptable scope) { in getObjectPrototype() method in ScriptableObject