• Home
  • Raw
  • Download

Lines Matching full:success

147     print("Success delete propNumber")
157 print("Success to extend prop with defineProperty")
164 print("Success extend prop1 with defineProperty")
171 print("Success extend prop2 with defineProperties")
178 print("Success extend prop3 with stobjbyname")
188 print("Success replace instance's func");
198 print("Success update prototype")
205 print("Success to extend prop to constructor's prototype.");
213 print("Success to change constructor of instance's prototype.");
220 print("Success to replace instance's prototype.");
227 print("Success to extend instance's prototype.");
237 print("Success update propString to null with stobjbyname")
244 print("Success update subClassPropSendable to null with stobjbyname")
251 print("Success update propNumber to null with stobjbyname")
258 print("Success update propBool to null with stobjbyname")
265 print("Success update propBigInt1 to null with stobjbyname")
272 print("Success update propBigInt2 to null with stobjbyname")
279 print("Success update propStringOrNull to null with stobjbyname")
286 print("Success update propNumberOrNull to null with stobjbyname")
293 print("Success update propBoolOrNull to null with stobjbyname")
300 print("Success update propBigIntOrNull to null with stobjbyname")
307 print("Success update propSenableOrNull to null with stobjbyname")
317 print("Success update propString to undefined with stobjbyname")
324 print("Success update subClassPropSendable to undefined with stobjbyname")
331 print("Success update propNumber to undefined with stobjbyname")
338 print("Success update propBool to undefined with stobjbyname")
345 print("Success update propBigInt1 to undefined with stobjbyname")
352 print("Success update propBigInt2 to undefined with stobjbyname")
359 print("Success update propStringOrUndefined to undefined with stobjbyname")
366 print("Success update propNumberOrUndefined to undefined with stobjbyname")
373 print("Success update propBoolOrUndefined to undefined with stobjbyname")
380 print("Success update propBigIntOrUndefined to undefined with stobjbyname")
387 print("Success update propSenableOrUndefined to undefined with stobjbyname")
398 print("Success update subClassPropString with defineProperties")
405 print("Success update propNumber with defineProperty")
412 print("Success update subClassPropString with stobjbyname")
426 print("Success replace accessor");
433 print("Success set prop through accessor with matched type");
440 print("Success set prop through accessor with mismatched type");
450 print("Success to modify constructor's method.");
457 print("Success to modify property to constructor's property.");
476 print("Success to call Object.create");
487 print("Success to call Object.setPrototypeOf")
498 print("Success to update propNumber to configurable with defineProperty")
505 print("Success to call Object.freeze")
513 print("Success to call Object.seal in sealed state")
520 print("Success to call Object.preventExtensions in preventExtensions state.")
531 print("Success to call Object.assign to extend target");
538 print("Success to call Object.assign to update propString with mismatched type");
545 print("Success to call Object.assign to update propString");
573 print("Success update string to int with stobjbynamme.")
580 print("Success update bigInt to int with stobjbynamme.")
587 print("Success update bigInt to bigInt with stobjbynamme.")
594 print("Success update subClassPropSendable to number with defineProperty.")
601 print("Success update subClassPropSendable to numberSendable with defineProperty.")
615 print("Success to define normal class inherit from sendable class")
627 print("[IC] Success update subClassPropString with mismatch type")
636 print("[IC] Success update propNumber with mismatch type")
645 print("[IC] Success update subClassPropString with mismatch type")
655 print("[IC] Success to update subClassPropSendable with mismatch type.");
664 print("[IC] Success to modify constructor's property with mismatch type.");
687 print("[IC] Success set prop through accessor with matched type");
699 print("[IC] Success set prop through accessor with matched type");
718 print("Success update propStringOrUndefined to number with stobjbyname");
725 print("Success update propNumberOrUndefined to string with stobjbyname");
732 print("Success update propBoolOrUndefined to number with stobjbyname");
739 print("Success update propBigIntOrUndefined to string with stobjbyname");
746 print("Success update propSenableOrUndefined to number with stobjbyname");