Lines Matching full:extend
157 print("Success to extend prop with defineProperty")
159 print("Fail to extend prop with defineProperty. err: " + error);
164 print("Success extend prop1 with defineProperty")
166 print("Fail to extend prop1 with defineProperty. err: " + error)
171 print("Success extend prop2 with defineProperties")
173 print("Fail to extend prop2 with defineProperties. err: " + error)
178 print("Success extend prop3 with stobjbyname")
180 print("Fail to extend prop3 with stobjbyname. err: " + error)
205 print("Success to extend prop to constructor's prototype.");
207 print("Fail to extend prop to constructor's prototype. err: " + error);
227 print("Success to extend instance's prototype.");
229 print("Fail to extend instance's prototype. err: " + error);
531 print("Success to call Object.assign to extend target");
533 print("Fail to call Object.assign to extend target. err: " + error);