Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Dfunction-properties.js32 var prototype_obj = { dummy:1, length:1, caller:null, variable
37 Object.setPrototypeOf(func, prototype_obj);
41 Object.setPrototypeOf(bound_func, prototype_obj);
45 Object.setPrototypeOf(print, prototype_obj);