js:pass the es5 runtime

This commit is contained in:
pengfei.zhou
2020-01-17 14:55:39 +08:00
committed by osborn
parent 83a9b79073
commit 972550f668
15 changed files with 16433 additions and 157 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -770,7 +770,7 @@ class Panel {
}, undefined);
}
nativeRender(model) {
this.context.shader.render(model);
this.context.callNative("shader", "render", model);
}
hookBeforeNativeCall() {
if (Environment.platform !== 'web') {

File diff suppressed because it is too large Load Diff

View File

@@ -2229,7 +2229,7 @@ class Panel {
}, undefined);
}
nativeRender(model) {
this.context.shader.render(model);
this.context.callNative("shader", "render", model);
}
hookBeforeNativeCall() {
if (Environment.platform !== 'web') {