mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-27 12:10:47 +00:00
modify globalrecordjs
Signed-off-by: lifansheng <lifansheng1@huawei.com>
This commit is contained in:
parent
04e7b5b65c
commit
3ddc13c94b
@ -23,7 +23,7 @@ print(View);
|
||||
|
||||
class myString extends String{}
|
||||
var view = new myString("extends String");
|
||||
print(View);
|
||||
print(view);
|
||||
|
||||
print(a);
|
||||
a = "a"
|
||||
|
Loading…
Reference in New Issue
Block a user