Re: [v8-users] Serialization Side Effects

2020-08-05 Thread kosit la-orngsri
สวัสดี ในวันที่ วันพฤหัสบดีที่ 6 สิงหาคม ค.ศ. 2020 เวลา 7 นาฬิกา 20 นาที 12 วินาที UTC+7 ad...@chromium.org เขียนว่า: > On Tue, Aug 4, 2020 at 1:32 PM Adrienne Walker wrote: > >> On Thu, Jul 30, 2020 at 9:57 PM Ben Noordhuis >> wrote: >> >>> On Thu, Jul 30, 2020 at 8:21 PM Adrienne Walker >

Re: [v8-users] Re: Read the data value from a Function outside FunctionCallbackInfo?

2020-08-04 Thread kosit la-orngsri
สวัสดี ในวันที่ วันศุกร์ที่ 5 มิถุนายน ค.ศ. 2020 เวลา 9 นาฬิกา 43 นาที 28 วินาที UTC+7 almo...@gmail.com เขียนว่า: > [Back to this one year later :D] > > I defined a new public member on v8::Function called 'GetData' that > returns the data argument specified when the function was created. Seem

[v8-users] Re: Errors Building v8 8.3.110.13 for Windows with is_component_build=true target_cpu="x64" is_clang=false use_custom_libcxx=false

2020-08-04 Thread kosit la-orngsri
สวัสดี ในวันที่ วันพุธที่ 5 สิงหาคม ค.ศ. 2020 เวลา 0 นาฬิกา 59 นาที 57 วินาที UTC+7 Rodrigo Hernandez เขียนว่า: > > A PR for the vcpkg port is up at: > > https://github.com/microsoft/vcpkg/pull/12687 > > Just working out the final issues with x86-windows. > > > On Thursday, July 9, 2020 at 2:06:

[v8-users] Re: CpuProfiler sampling and multiple threads

2020-08-02 Thread kosit la-orngsri
สวัสดี ในวันที่ วันจันทร์ที่ 3 สิงหาคม ค.ศ. 2020 เวลา 11 นาฬิกา 17 นาที 34 วินาที UTC+7 alex...@gmail.com เขียนว่า: > OK, uncool to reply to my own post but perhaps a more efficient way to > handle failed sample attempts because a thread does not have the Isolate > locked is that in that scena

[v8-users] Re: CpuProfiler sampling and multiple threads

2020-08-02 Thread kosit la-orngsri
สวัสดี ในวันที่ วันจันทร์ที่ 3 สิงหาคม ค.ศ. 2020 เวลา 3 นาฬิกา 04 นาที 03 วินาที UTC+7 alex...@gmail.com เขียนว่า: > We're using the CpuProfiler in an Isolate that can have multiple threads > running and and taking turns in the Isolate via Unlocker. Frequently, we > want to profile what's happ

[v8-users] Re: How i get a method of object ( like IntelliSense )

2020-06-28 Thread kosit la-orngsri
ขอบคุณมีอะไรใหม่แนะนําด้วย ในวันที่ วันอาทิตย์ที่ 28 มิถุนายน ค.ศ. 2020 เวลา 16 นาฬิกา 46 นาที 15 วินาที UTC+7 oreng...@gmail.com เขียนว่า: > + also call ShowProp("AA") & ShowProp("user) > > void ShowProp(const char * name) > { > v8::Local val = v8::String::NewFromUtf8(m_Isolate, name); > Local

[v8-users] Re: Failed to cross compile v8 for iOS: error: unknown directive .type PushAllRegistersAndIterateStack

2020-06-17 Thread kosit la-orngsri
เมื่อ วันศุกร์ที่ 8 พฤษภาคม ค.ศ. 2020 20 นาฬิกา 18 นาที 35 วินาที UTC+7, 许超前 เขียนว่า: > > $ ninja -C out/ios.release > > ninja: Entering directory `out/ios.release' > > [195/2128] CXX obj/cppgc_base/push_registers_asm.o > > FAILED: obj/cppgc_base/push_registers_asm.o > > clang++ -MMD -MF obj/c

[v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread kosit la-orngsri
ถ้าไม่ขัดกันกับการเชื่อมโยงมันก็ดี เมื่อ วันพุธที่ 17 มิถุนายน ค.ศ. 2020 14 นาฬิกา 37 นาที 04 วินาที UTC+7, Immanuel Haffner เขียนว่า: > > I am trying to compile V8 in debug with the following build args: > > is_clang=true is_component_build=false v8_monolithic=true > treat_warnings_as_error

[v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread kosit la-orngsri
เมื่อ วันพุธที่ 17 มิถุนายน ค.ศ. 2020 14 นาฬิกา 37 นาที 04 วินาที UTC+7, Immanuel Haffner เขียนว่า: > > I am trying to compile V8 in debug with the following build args: > > is_clang=true is_component_build=false v8_monolithic=true > treat_warnings_as_errors=false v8_use_external_startup_da

[v8-users] Re: WASM not working on Android (embedded)

2020-01-18 Thread kosit la-orngsri
เมื่อ วันพุธที่ 15 มกราคม ค.ศ. 2020 15 นาฬิกา 15 นาที 49 วินาที UTC+7, Darin Dimitrov เขียนว่า: > > I have embedded V8 (7.8.279.19) inside my Android application and tried > executing a script that compiles a WebAssembly module. > > Unfortunately the promise returned by the "WebAssembly.compile

[v8-users] Re: Fatal error after calling Isolate::LowMemoryNotification

2020-01-03 Thread kosit la-orngsri
เมื่อ วันศุกร์ที่ 3 มกราคม ค.ศ. 2020 14 นาฬิกา 43 นาที 31 วินาที UTC+7, g xiao เขียนว่า: > > Hi, > > I get fatal error after calling isolate->LowMemoryNotification(). > > # > # Fatal error in ../../src/heap/mark-compact.cc, line 2307 > # Check failed: non_atomic_marking_state()->IsBlackOrGrey(k