If I switch to tag 8.5.188, everything works fine.
On Sunday, August 8, 2021 at 12:51:05 PM UTC+8 chao...@gmail.com wrote:
>
> *
> gn args as following:
> *
>
> enable_ios_bitcode = true
>
> ios_deploy
*
gn args as following:
*
enable_ios_bitcode = true
ios_deployment_target = 10
is_component_build = false
is_debug = false
is_official_build = true
symbol_level = 1
target_cpu = "arm64"
target_os =
Thanks for your quick response!
Compiled successfully when I switched to tag 9.4.116 and added an #include
in include/cppgc/allocation.h.
But it shows error during the link stage:
Undefined symbols for architecture arm64:
"v8::internal::trap_handler::RegisterD
Thanks for your quick response!
Compiled successfully when I switched to tag 9.4.116 and added an #include
in include/cppgc/allocation.h.
But it shows error during the link stage:
Undefined symbols for architecture arm64:
"v8::internal::trap_handler::RegisterDefaultTrapHandler
Thanks for your quick response!
Compiled successfully when I switched to tag 9.4.116 and added an
#include in include/cppgc/allocation.h.
But it shows error during the link stage:
Undefined symbols for architecture arm64:
"v8::internal::trap_handler::RegisterDefaultTrapHandle
On Fri, Aug 6, 2021 at 2:41 PM J wrote:
>
> Using embedded v8, I'm trying to clear the current variables and functions.
>
> I've found that in order to save having to recreate the isolate, which can be
> quite slow, I can just create a new context from the isolate. However, the
> old context sti