!502 Modify the name of nativepoint

Merge pull request !502 from linxiang8/master
This commit is contained in:
openharmony_ci 2022-02-09 04:01:29 +00:00 committed by Gitee
commit eb442c6822
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -48,7 +48,7 @@ class EcmaVM;
class JSRuntimeOptions;
} // namespace ecmascript
using Deleter = void (*)(void *buffer, void *data);
using Deleter = void (*)(void *nativePointer, void *data);
using EcmaVM = ecmascript::EcmaVM;
using JSTaggedType = uint64_t;