Compare commits
2
Commits
develop-12
...
v3.7.0-2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12c8d3051c | ||
|
|
b1d2c74774 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -278,6 +278,7 @@ SE_DECLARE_FINALIZE_FUNC(js_delete_$jsdtor) %}
|
||||
%{
|
||||
bool js_register_$jsmangledname(se::Object* obj) {
|
||||
$jsclass_inheritance
|
||||
cls->defineStaticProperty("__isJSB", se::Value(true), se::PropertyAttribute::READ_ONLY | se::PropertyAttribute::DONT_ENUM | se::PropertyAttribute::DONT_DELETE);
|
||||
$jsclassvariables
|
||||
$jsclassfunctions
|
||||
$jsstaticclassvariables
|
||||
|
||||
@@ -278,6 +278,7 @@ SE_DECLARE_FINALIZE_FUNC(js_delete_$jsdtor) %}
|
||||
%{
|
||||
bool js_register_$jsmangledname(se::Object* obj) {
|
||||
$jsclass_inheritance
|
||||
cls->defineStaticProperty("__isJSB", se::Value(true), se::PropertyAttribute::READ_ONLY | se::PropertyAttribute::DONT_ENUM | se::PropertyAttribute::DONT_DELETE);
|
||||
$jsclassvariables
|
||||
$jsclassfunctions
|
||||
$jsstaticclassvariables
|
||||
|
||||
@@ -278,6 +278,7 @@ SE_DECLARE_FINALIZE_FUNC(js_delete_$jsdtor) %}
|
||||
%{
|
||||
bool js_register_$jsmangledname(se::Object* obj) {
|
||||
$jsclass_inheritance
|
||||
cls->defineStaticProperty("__isJSB", se::Value(true), se::PropertyAttribute::READ_ONLY | se::PropertyAttribute::DONT_ENUM | se::PropertyAttribute::DONT_DELETE);
|
||||
$jsclassvariables
|
||||
$jsclassfunctions
|
||||
$jsstaticclassvariables
|
||||
|
||||
Reference in New Issue
Block a user