From 2919741dbf5e276198b9c948eeb8dcb90e67b67f Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Fri, 9 Dec 2022 16:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(Readme):=20Update=20build?= =?UTF-8?q?=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 4 ++-- docs/development/build_javet_with_docker.html | 3 +-- docs/index.html | 2 +- docs/searchindex.js | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 23f5db97b..4cc121b7e 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,10 @@ Javet .. |Donate| image:: https://img.shields.io/badge/Donate-green?style=for-the-badge :target: https://opencollective.com/javet -.. |Linux Build| image:: https://img.shields.io/github/workflow/status/caoccao/Javet/Linux%20Build%20(2%2F2)%20Artifact?label=Linux%20Build&style=for-the-badge +.. |Linux Build| image:: https://github.com/caoccao/Javet/actions/workflows/linux_build_artifact.yml/badge.svg :target: https://github.com/caoccao/Javet/actions/workflows/linux_build_artifact.yml -.. |Android Build| image:: https://img.shields.io/github/workflow/status/caoccao/Javet/Android%20Build?label=Android%20Build&style=for-the-badge +.. |Android Build| image:: https://github.com/caoccao/Javet/actions/workflows/android_build.yml/badge.svg :target: https://github.com/caoccao/Javet/actions/workflows/android_build.yml `Javet `_ is Java + V8 (JAVa + V + EighT). It is an awesome way of embedding Node.js and V8 in Java. diff --git a/docs/development/build_javet_with_docker.html b/docs/development/build_javet_with_docker.html index 7dd3173b4..879cbc733 100644 --- a/docs/development/build_javet_with_docker.html +++ b/docs/development/build_javet_with_docker.html @@ -339,10 +339,9 @@

Express Build

Please follow the instruction inside the following dockerfiles one by one to perform a full build.

diff --git a/docs/index.html b/docs/index.html index 8d413a00d..15eadbe24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -293,7 +293,7 @@

Javet

Maven Central Discord Donate

-

Linux Build Android Build

+

Linux Build Android Build

Javet is Java + V8 (JAVa + V + EighT). It is an awesome way of embedding Node.js and V8 in Java.

If you like my work, please Star this project. And, you may follow me @sjtucaocao, or visit http://caoccao.blogspot.com/. And the official support channel is at discord.

💖 If you use Mac OS (x86_64), please be aware that the Mac OS (x86_64) build will discontinue anytime because my MacBook Air mid-2012 will be soon deprecated by new version of V8. Please donate to support me purchasing a new Mac OS (x86_64) device. Or, if you have a retired Mac OS (x86_64) device and are fine with mailing it to me, that will also be great. Thank you for supporting Javet. There is no new official releases after v2.0.2. Please contact the maintainer for the new private releases.

diff --git a/docs/searchindex.js b/docs/searchindex.js index c5a0331af..dcb924cb1 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["development/build","development/build_javet_from_scratch","development/build_javet_with_docker","development/build_javet_with_pre_built_binaries","development/debug_with_chrome_developer_tools","development/design","development/index","development/test","development/tools","faq/background/history_with_j2v8","faq/background/index","faq/background/what_is_the_motivation","faq/development/how_to_think_in_javet","faq/development/index","faq/development/where_are_es6_api_in_v8_mode","faq/development/where_are_the_examples","faq/development/why_is_the_inspector_disabled_in_node_js_mode","faq/environment/can_javet_support_legacy_linux","faq/environment/can_javet_support_mac","faq/environment/index","faq/index","faq/troubleshooting/a_dynamic_link_library_dll_initialization_routine_failed","faq/troubleshooting/can_i18n_be_supported","faq/troubleshooting/can_i_debug_javet_in_chrome_dev_tools","faq/troubleshooting/index","faq/troubleshooting/why_node_js_crashes_when_being_closed","index","reference/converters/bridge_converter","reference/converters/custom_converter","reference/converters/index","reference/converters/object_converter","reference/converters/primitive_converter","reference/converters/proxy_converter","reference/index","reference/javadoc/index","reference/resource_management/index","reference/resource_management/load_and_unload","reference/resource_management/lock","reference/resource_management/memory_management","reference/resource_management/modularization","reference/resource_management/performance","reference/tips/best_practices","reference/tips/index","reference/todo_list","reference/troubleshooting/error_codes","reference/troubleshooting/index","reference/troubleshooting/logging","reference/troubleshooting/termination","reference/v8_values/index","reference/v8_values/v8_collection","reference/v8_values/v8_function","reference/v8_values/v8_promise","release_notes/index","release_notes/release_notes_0_7","release_notes/release_notes_0_8","release_notes/release_notes_0_9","release_notes/release_notes_1_0","release_notes/release_notes_1_1","release_notes/release_notes_2_0","tutorial/advanced/index","tutorial/advanced/interact_with_node_js","tutorial/advanced/java_and_javascript_interop","tutorial/advanced/object_converter","tutorial/basic/engine_pool","tutorial/basic/hello_javet","tutorial/basic/index","tutorial/basic/installation","tutorial/basic/interception","tutorial/basic/javet_shell","tutorial/basic/node_js_mode_and_v8_mode","tutorial/basic/polyfill","tutorial/basic/spring_integration","tutorial/index","tutorial/migration_guides/index","tutorial/migration_guides/migrate_from_j2v8"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["development\\build.rst","development\\build_javet_from_scratch.rst","development\\build_javet_with_docker.rst","development\\build_javet_with_pre_built_binaries.rst","development\\debug_with_chrome_developer_tools.rst","development\\design.rst","development\\index.rst","development\\test.rst","development\\tools.rst","faq\\background\\history_with_j2v8.rst","faq\\background\\index.rst","faq\\background\\what_is_the_motivation.rst","faq\\development\\how_to_think_in_javet.rst","faq\\development\\index.rst","faq\\development\\where_are_es6_api_in_v8_mode.rst","faq\\development\\where_are_the_examples.rst","faq\\development\\why_is_the_inspector_disabled_in_node_js_mode.rst","faq\\environment\\can_javet_support_legacy_linux.rst","faq\\environment\\can_javet_support_mac.rst","faq\\environment\\index.rst","faq\\index.rst","faq\\troubleshooting\\a_dynamic_link_library_dll_initialization_routine_failed.rst","faq\\troubleshooting\\can_i18n_be_supported.rst","faq\\troubleshooting\\can_i_debug_javet_in_chrome_dev_tools.rst","faq\\troubleshooting\\index.rst","faq\\troubleshooting\\why_node_js_crashes_when_being_closed.rst","index.rst","reference\\converters\\bridge_converter.rst","reference\\converters\\custom_converter.rst","reference\\converters\\index.rst","reference\\converters\\object_converter.rst","reference\\converters\\primitive_converter.rst","reference\\converters\\proxy_converter.rst","reference\\index.rst","reference\\javadoc\\index.rst","reference\\resource_management\\index.rst","reference\\resource_management\\load_and_unload.rst","reference\\resource_management\\lock.rst","reference\\resource_management\\memory_management.rst","reference\\resource_management\\modularization.rst","reference\\resource_management\\performance.rst","reference\\tips\\best_practices.rst","reference\\tips\\index.rst","reference\\todo_list.rst","reference\\troubleshooting\\error_codes.rst","reference\\troubleshooting\\index.rst","reference\\troubleshooting\\logging.rst","reference\\troubleshooting\\termination.rst","reference\\v8_values\\index.rst","reference\\v8_values\\v8_collection.rst","reference\\v8_values\\v8_function.rst","reference\\v8_values\\v8_promise.rst","release_notes\\index.rst","release_notes\\release_notes_0_7.rst","release_notes\\release_notes_0_8.rst","release_notes\\release_notes_0_9.rst","release_notes\\release_notes_1_0.rst","release_notes\\release_notes_1_1.rst","release_notes\\release_notes_2_0.rst","tutorial\\advanced\\index.rst","tutorial\\advanced\\interact_with_node_js.rst","tutorial\\advanced\\java_and_javascript_interop.rst","tutorial\\advanced\\object_converter.rst","tutorial\\basic\\engine_pool.rst","tutorial\\basic\\hello_javet.rst","tutorial\\basic\\index.rst","tutorial\\basic\\installation.rst","tutorial\\basic\\interception.rst","tutorial\\basic\\javet_shell.rst","tutorial\\basic\\node_js_mode_and_v8_mode.rst","tutorial\\basic\\polyfill.rst","tutorial\\basic\\spring_integration.rst","tutorial\\index.rst","tutorial\\migration_guides\\index.rst","tutorial\\migration_guides\\migrate_from_j2v8.rst"],objects:{},objnames:{},objtypes:{},terms:{"0":[1,4,9,17,26,27,28,30,32,38,39,41,47,49,50,52,60,62,66,67,70,74],"00000000":4,"0000000000000000":39,"00000001":39,"0000000180108724":39,"0000000180108ab5":39,"000000018014f248":39,"000000018014fa68":39,"0000000180154818":39,"0000000180154a40":39,"003":9,"009":9,"01":[55,56,57],"019":9,"02":[53,54,57],"03":[57,58],"032":40,"04":[0,2,17,53,54,57,66],"05":[55,57],"06":[54,55,57],"07":[55,57],"08":[55,57],"09":[55,56,58],"1":[0,5,9,12,17,26,27,28,30,32,36,39,40,41,47,49,50,52,61,62,66,67,68,69,70,74],"10":[0,2,38,40,47,56,66],"1000":60,"10000":47,"100000000":4,"101":44,"102":44,"103":44,"10308":38,"1038":38,"104":44,"105":44,"106":56,"10700k":[9,40],"11":[0,28,56,57,58],"110":9,"115":57,"11gb":2,"12":[26,32,56,58],"120gb":2,"123":[32,50,61,67,70],"12345":27,"12346":27,"124":[57,67],"127":[4,38],"128":38,"13":56,"132":57,"139":57,"14":[8,9,56,57,58],"143":40,"146":[55,56],"15":[55,57,58],"154":57,"16":[0,17,38,40,54,55,57,58,66],"168":[26,58],"17":[8,32,55,57],"172":56,"174":57,"175":61,"177":57,"18":[17,56,66],"180":56,"1801363d8":39,"180166610":39,"19":[55,56],"193":58,"194":58,"1l":27,"2":[0,8,9,12,17,18,26,27,30,32,36,39,40,41,47,49,52,61,64,66,67,68,69,70,74],"20":[0,2,25,26,54,56,57,58,66],"200":67,"201":44,"2012":[18,26],"2015":9,"2016":9,"2017":9,"2019":[0,9],"2020":[9,11],"2021":[53,54,55,56,74],"2022":[0,1,6,57,58],"21":[0,55,66],"213":9,"2147483647":38,"2147483648":38,"218":57,"22":[56,66],"23":[0,39,54,57,58,66,70],"230":55,"234567":38,"23456789012345":38,"24":54,"25":[56,58],"253":40,"255":[9,38,53,61],"257":54,"26":[56,57],"262":50,"263":[38,40],"264":38,"269":55,"274":9,"28":[55,58],"29":55,"299":9,"2l":27,"3":[0,1,6,9,17,25,27,32,36,39,40,49,50,64,67,68],"30":0,"301":44,"302":44,"31":55,"32":[4,38],"324":38,"32767":38,"32768":38,"338":9,"34":[39,70],"345":55,"35":9,"363":40,"38":38,"3rd":[46,50],"4":[0,9,32,36,38,39,40,49,50,60,67,68],"401":44,"402":44,"403":44,"404":44,"405":44,"406":44,"407":[44,55],"410":40,"4243":39,"424b":39,"428":9,"4294967295":38,"45":70,"458":40,"4g":2,"5":[2,4,25,38,39,60,67,68],"50":37,"500":60,"501":44,"502":44,"503":[44,55],"508":40,"51":40,"571":9,"5gb":2,"6":[4,8,9,39,58,60,67,68],"60":2,"601":44,"602":[44,55],"603":[44,55],"6072":39,"6096":39,"64":[38,55],"647":40,"65":40,"65535":38,"660":40,"688":9,"7":[0,4,17,38,52,60,66,67,68,74],"70":17,"701":44,"702":44,"703":44,"748":40,"751":40,"76":67,"8":[0,4,6,9,17,26,28,38,40,52,56,60,66],"80":17,"801":44,"802":44,"803":44,"804":44,"805":[44,55],"806":[44,56],"82":25,"846":40,"8991":60,"9":[9,17,52,60],"90":17,"901":[44,57],"9229":4,"968":40,"boolean":[29,30,31,36],"break":[9,29,39,50,51,60,68],"byte":[5,30,31,32,38,50],"case":[5,7,9,15,29,31,36,37,38,39,40,50,51,53,74],"catch":[28,47,50,51,60,68],"char":[30,31,50],"class":[28,30,39,46,50,60,67,71],"const":[39,49,50,60,61,62,70],"default":[4,5,22,29,30,32,36,38,39,47,50,61,67,69],"do":[7,9,12,23,25,26,37,38,39,41,50,62],"export":[1,39],"final":[2,28,29,30,32,38,39,44,47,50],"float":[30,31,38,50],"function":[5,14,16,30,36,38,39,48,53,56,57,60,61,67,74],"import":[25,39,46,47,51,74],"instanceof":[32,50],"int":[28,30,31,32,47,50,60,67],"long":[2,30,31,32,37,50],"new":[5,7,9,11,18,26,27,28,30,32,36,37,38,39,40,46,47,49,50,51,52,60,61,62,63,67,68,69,70,71],"null":[28,30,32,39,50,51,60,67,68],"public":[28,30,32,36,46,50,51,57,60,67,70,71],"return":[28,29,30,32,36,38,39,41,47,50,51,54,61,62,67,71],"short":[18,30,31,38,50],"static":[0,1,16,28,50,55,57,60],"super":28,"switch":[4,26,36,37,41,54],"throw":[28,29,32,39,47,50,51,60,70],"tr\u00e8":50,"true":[1,11,16,27,29,32,36,38,39,47,50,60,61,62,68],"try":[5,9,11,26,28,32,37,39,41,47,49,50,51,60,63,64,67,68,69,70],"var":[47,50,60],"void":[28,30,32,46,50,60,67,70],"voil\u00e0":[4,32,60],"while":[2,3,32,47,60,68],A:[1,5,20,24,28,39,50],And:[9,26,60],As:[2,3,4,5,12,27,30,32,36,38,46,50,71],At:[9,11,50],Be:[4,32,38,41,51],But:[16,36,37,38,39,50,51,71],By:[22,36,38,67],For:[8,12,32,39,50],If:[1,2,3,12,18,25,26,29,30,31,32,38,39,41,47,50,66,67,68,74],In:[4,5,12,16,25,27,29,32,36,37,38,39,40,41,47,50,51,60,74],It:[0,2,5,9,12,16,22,26,28,29,32,37,38,39,40,41,50,63,68,69,74],Its:[9,38,74],NOT:[5,37,50],No:[5,9,28,29,36,39,47,49,50,60],Not:[5,50,66],Of:[2,38,39,50,74],One:[5,29],Or:[2,16,26],That:[5,9,18,25,26,29,36,38,39,46,47,50,74],The:[1,2,4,5,7,9,12,15,16,18,21,25,27,28,29,32,36,37,38,39,44,47,50,51,60,61,66,67,68,69,74],Then:28,There:[5,9,12,17,18,26,27,28,29,36,38,39,44,50,69],To:[1,3,4,9,18,22,29,36,43,61],With:[9,12,39],__dirnam:39,__filenam:39,_zn4nodel23thread_local_modpending:1,a123:32,aar:3,ab:27,abandon:[18,74],abc:[32,36,50,61],abi:[57,66],abl:[11,12,18,22,25,29,39,47,50,60,74],about:[28,37],abov:50,absent:[14,50],accept:[4,16,29,46,50,55],access:[3,12,32,36,38,44,50],accid:27,accordingli:50,achiev:[5,9,32,37,38,50],acquir:[41,44,74],across:38,activ:[9,25,36,39],actual:[2,4,5,9,12,29,38,39,44,50,60],actualparameters:44,actualparametertyp:44,ad:[9,32,37,40,53,54,55,56,57,58],add:[4,17,27,28,30,32,38,39,49,50,51,62,67,70,74],addgcepiloguecallback:56,addgcprologuecallback:56,addit:[17,30,40,50,66,74],address:[4,25,38,39,41,50,60],adjust:56,admit:9,advanc:[17,26,51,72],affect:38,aforement:38,after:[3,4,9,26,30,32,36,39,41,47,50,51,74],afterward:[47,51],ag:9,again:[16,32,36],against:[1,50],agent:16,agnost:56,aim:[14,70,74],air:[9,18,26],aka:4,algorithm:56,alia:32,alien:30,align:5,all:[0,1,4,5,9,25,27,28,30,32,36,38,39,50,54,56,60,62,74],alloc:[5,37,50,56],allow:[5,9,22,27,28,29,30,32,36,40,46,50,51,54,55,56,60,61,62,63,67,74],allowev:54,allowonli:32,almost:[5,9,32,50,60],alreadi:[32,44,51],also:[1,2,5,9,11,12,26,29,31,32,36,37,38,39,46,50,51,60,74],alter:32,altern:[17,30],alwai:[5,28,41,50],am:[9,32,50],among:[37,50,74],amount:[22,66,74],an:[4,5,9,11,12,14,26,27,29,32,36,37,38,39,40,41,46,47,50,51,62,67,68,69],analysi:39,analyz:[38,39],andoird:57,android:[9,26,36,57],android_ndk_hom:[0,3],android_sdk_hom:0,ani:[1,9,18,26,29,30,31,32,39,44,46,47,50,74],annoi:27,annot:[32,50,55],annotationbasedcallbackreceiv:50,anonym:50,anoth:[50,70],answer:18,anytim:26,anywher:36,apach:26,apart:39,api:[4,5,9,11,12,13,20,26,28,29,32,33,36,37,38,39,46,50,51,53,54,56,60,62,70,74],app:60,appear:[4,50],append:[3,32,61],appli:[5,29,32,36,39,41,47,50,57,60],applic:[4,5,12,16,25,28,29,30,32,36,37,38,39,40,47,50,51,60,61,63,67,68,74],approach:[39,50],apt:[17,39],ar:[0,1,2,3,4,5,8,9,12,13,17,18,20,25,26,27,28,29,30,31,32,36,37,38,39,41,44,47,50,51,52,53,54,55,60,61,62,67,69,74],arbitrari:[4,5,12,29,30,32,61,74],arbitrarymethod:50,arch:[3,56],architectur:[6,9],area:38,arg:[1,28,50,60],argument:[28,30,74],arm64:[1,3,26,66],arm:[1,3,26,56,66],armeabi:3,around:[9,39],arrai:[29,30,32,38,49,50,53],arraylist:[27,30,62],articl:5,artifact:2,artifactid:[26,32,66],ask:74,aslist:[27,50],assert:62,assertarrayequ:[27,32],assertequ:[27,30,32,47,49,50],assertfals:[27,32,47,49,50],assertnotnul:[30,32,49],assertthrow:32,asserttru:[27,32,47,49,50],assign:[39,50,55,61],assum:[36,39,50],ast:12,async:[5,25,51],atomic_bool:16,atomicboolean:60,atomicinteg:49,attack:[29,47],attempt:22,attent:74,aussi:32,authent:4,author:4,auto:[4,17,36,54],autoclos:32,autom:[28,38],automat:[5,7,29,32,36,37,39,44,64,67,74],autosendgcnotif:54,avail:[2,3,4,5,21,36,44,50,69],avoid:[5,12,22,29,36,41],aw:38,awai:56,await:[5,41,50,51,54,60],awar:[26,41],awesom:[26,69],awt:61,b:[4,27,29,32,39,50,61,62,68,70],back:[12,29,32,38,39,50,52],background:[20,26,51],backup:39,bad:[5,9],base:[2,7,32,38,50,55,57,58,74],base_all_in_on:2,base_gradl:2,base_jvm:2,base_nod:2,base_node_v8:2,base_v8:2,bases:2,basic:[14,26,31,50,63,70,72,74],bat:1,bean:71,beauti:[5,29,50],becaus:[4,5,8,9,16,18,25,26,27,28,29,30,32,36,37,38,40,41,44,50,51,63,69,70,74],been:[8,9,25,36,50,74],befor:[4,12,25,29,36,38,39,60],begin:5,behav:50,behavior:[29,32,38,41,50],behind:[5,11,12,25,62],being:[20,24,32,38,39,47,50],belong:50,below:[30,50],besid:[18,27,50],best:[5,15,42],better:[4,5,36,37,40,50],between:[5,9,26,29,30,38,41,50,54,61],beyond:5,bfals:27,bi:[29,62],biconsum:49,bien:50,bigdecim:70,bigint32arrai:30,bigint64arrai:[30,38],bigint:[26,31,38,53],biginteg:31,biguint64arrai:38,bin:[1,17],binari:[0,1,6,38,44],bind:[32,39,51,54,62,67,74],bindfunct:54,bindproperti:54,bit:[12,30,38,39],blank:50,block:[29,37,38,50,64],blockonli:32,blogspot:26,bodi:[50,60],borrow:[38,50],both:[5,18,29,36,38,44,51,55,69,74],bother:39,bound:39,boundari:5,box:39,brand:5,breakpoint:4,brew:0,bridg:[29,56],bring:[5,29,36],broadcast:38,broken:[1,9,38,50],browser:[4,41],btrue:27,buddi:32,buffer:[5,38],bug:[52,54,56,57,74],bui:[9,18],build:[4,5,6,8,11,16,17,22,26,39,50,54,55,66],build_all_in_on:2,build_artifact:2,build_gradl:[],builder:12,built:[0,1,2,4,6,7,27,30,38,40,44,47,50,51,54,55,74],bundl:8,busi:[56,74],bypass:[36,50],bytebuddi:[32,58],bytebuff:[38,57],c:[1,32,39,50,57,62],cach:[39,53,57],calcul:[5,50],call:[5,9,12,16,25,28,29,32,36,37,38,39,41,47,51,54,60,61,67,74],callabl:32,callasconstructor:[50,53,70],callback:[4,25,38,39,44,50,51,54,55,56,57,60],callbackinjectionfailur:44,callbackmethodfailur:44,callbackregistrationfailur:44,callbacksignatureparametersizemismatch:44,callbacksignatureparametertypemismatch:44,callbackunknownfailur:44,callbackunregistrationfailur:44,caller:50,callobject:50,callprimit:50,callvoid:[50,60],can:[1,2,4,5,12,19,20,24,25,30,32,38,39,41,51,60,61,66,69,70,71,74],canaccess:28,cancel:47,candiscardcompil:58,canexecut:32,cannot:[21,29,37,38,39],canread:[32,70],canwrit:32,caoccao:[2,26,38,39,46,66],capabl:50,capac:56,captur:68,care:[4,18,31,32,37,38,39,41,51],carri:[30,74],cast:56,catalina:[0,18,66],categor:38,caus:[9,18,21,22,36,47,50,56,74],cd:[1,2,3,39],cdt:[6,68],cent:66,cento:57,central:[2,8],ceo:28,certain:[1,4,5,12,50,51,55],cfo:28,chain:[17,38],challeng:[5,9,12,29],chanc:9,chang:[4,16,29,30,37,39,44,55,56,61,67],channel:26,charact:31,characterist:39,charm:50,chart:51,cheap:29,cheaper:5,check:[12,37,39,50,55,74],check_eq:16,checkout:1,checkreturnvalu:54,choic:17,choos:[25,50],chrome:[5,6,20,24,26,53],chromedevtool:4,circular:[28,44,55],clamp:38,classload:[5,74],classpath:71,clean:56,cli:39,click:4,clone:[1,2,58],close:[5,9,12,16,20,24,32,36,38,39,41,44,47,50,54,55,62,63],closur:50,cmake:[0,3,9],cmakelist:9,cmd:[3,39],co:5,code:[1,4,5,9,12,16,18,28,29,30,37,38,39,40,41,45,47,51,55,56,61,62,63,64,67,68,70,74],codefil:60,codestr:[32,39,53],collect:[25,27,30,36,48,53],color:61,com:[2,26,38,39,46,66],combin:50,come:[0,5,37,39,40],command:[3,68],commit:[17,66],common:[12,17],commun:[0,4,6,9,16],compar:[5,7,37],comparison:[5,9],compat:[1,39,56],compel:11,compil:[1,5,32,39,44,50,61,74],compilationfailur:44,compilemodul:39,compilev8modul:[39,74],complement:38,complet:[4,5,7,30,32,38,39,41,47,50,55,56,60,61,74],complic:[30,39],con:30,concept:[5,12,51],concurr:37,condit:[5,30,37],config:[17,32,46],configur:1,configurationproperti:71,conflict:[37,44],conform:50,connect:[2,4,5,63],consid:[18,38,50],consider:[17,18,29,47,66],consist:74,consol:[4,5,28,50,51,60,63,64,67,68],constantli:4,construct:[8,50,55],constructor:[30,32,56,70],consum:49,contact:[1,3,9,16,17,22,26,52,66,74],contain:[28,39,41,50],containsmodul:39,content:[38,51],context:[4,12,25,37,38,39,40,41],continu:44,contribut:9,contributor:2,control:[5,25,29,47,50],conveni:29,convent:56,convers:[12,27,29,62],convert:[26,33,44,50,54,56,57,59,61,72,74],convertercircularstructur:44,converterfailur:44,convertersymbolnotbuiltin:44,cooki:60,copi:[5,32,36,38],copycontextfrom:58,copyscopeinfofrom:[50,58],core:[5,36,37,39,41,55],correctli:18,correspond:[2,3,5,25,38,39,41,50],corrupt:25,cost:11,could:[9,18],couldn:[9,74],count:[5,44,47,49,60],cours:[2,38,39,50,74],cover:[12,28,30,38,74],cpp:3,cpu:9,crash:[16,20,22,24,36,37,50,56],creat:[4,16,18,22,27,30,32,37,38,39,46,47,50,51,55,60,61,62,63,64,67,68,71,74],createv8runtim:[26,28,39,47,60,64,67,68,69],createv8valuearrai:50,createv8valuearraybuff:57,createv8valuedoubl:54,createv8valuefunct:50,createv8valueinteg:50,createv8valueobject:[28,38,50,67],createv8valuepromis:51,createv8valueproxi:55,createv8valuestr:[50,54],createv8valuesymbol:55,createv8valueundefin:51,createv8valuezoneddatetim:54,creation:[38,40,63],critic:52,cross:[6,18,74],cruel:9,current:[4,5,9,44,50],currentthreadid:44,curv:38,custom:[5,6,29,39,41,50,54,55,57],customfrommap:30,customobject:30,customtomap:30,cycl:[18,38],d:[32,39,61],daemon:[2,38,47],daemonthread:47,dai:[2,41],danger:32,dangl:41,data:[5,29,38,39,50,53],databas:63,dataview:38,date:[26,31,39,53],db:5,dcmake_android_arch:3,dcmake_android_ndk:3,dead:47,deal:[28,30,38,50],debug:[5,6,16,20,24,26,46,50],debugg:[4,50],debuggerid:4,decent:[4,9,18,49,51],decim:39,decimaljsfil:70,decis:38,declar:[50,71,74],decor:[12,50,55,67,74],dedic:[5,38,41,60,74],deepli:9,def:[32,50,60],deficit:50,defin:[5,29,32],definit:5,delai:39,delet:[5,27,32,49,50,61,67],deleteglobalref:38,deliv:74,delta:67,demo:4,demonstr:4,denable_i18n:3,deni:44,depend:[2,5,9,32,39,46,50,71],deploi:[5,55],depot:0,depot_tools_hom:[0,1],depot_tools_win_toolchain:1,deprec:[26,53,54],depth:[28,29,44,55],describ:50,descript:[32,38],design:[6,7,15,16,26,30,32,36,37,39,50,60,69,74],desper:0,despit:50,destroi:38,detail:[4,5,11,22,23,37,47,50,51,61,62,63,64,66,67,68,69,70,74],detect:[6,28,29,44,50,55,56],determin:[38,50,55],dev:[1,40],develop:[0,20,23,26,44,51,53,74],devic:[9,18,26],devtool:[4,20,24,26],diagnos:4,diagram:[5,50],didn:9,differ:[9,12,30,39,41,50,51],differenti:29,difficulti:18,digit:38,direction:[29,62],directli:[4,32,36,38,50,61,74],directori:[0,5,39,70],directory_entry_delay_import:39,disabl:[1,12,13,20,32,38,41,47,51],disabledfunct:50,disabledfunctionset:50,disabledproperti:50,disablegcnotif:54,disableindebugmod:[47,54],discard:50,discardcompil:58,discontinu:26,discord:[26,74],disregard:38,distribut:[17,57,66],djavet:36,dll:[3,20,24,39],dm:2,dnode_dir:3,doc:[4,40,54,56],docker:[0,3,6,9],dockerfil:[2,55],document:[36,50,55],doe:[4,5,16,25,36,38,47,50,74],doesn:[4,5,9,30,32,36,37,38,39,44,46,47,50,71,74],don:[5,9,16,18,26,32,39,46,69,71,74],donat:[9,18,26],done:[4,74],door:60,doubl:[30,31,38,50],doubt:18,down:[40,74],download:[17,39],dr:9,drag:39,drain:[29,38],drain_the_task_queu:60,dramat:[40,50],drive:[3,17,39],drop:[8,9,39,50],dsl:[8,32],due:51,dump:[5,37,41,55,56],dumpbin:39,duplic:12,dure:[5,25,29,36,39,50,54,74],dv8_dir:3,dy:11,dylib:3,dynam:[20,24,26,36,39,50,54],dynamicclass:32,e:[5,12,14,25,27,28,29,36,38,39,47,50,51,60,67,69,70,74],each:[5,38,50,69,74],earli:[9,41],easi:[9,12,26,28,50,53,63,68],easier:30,easili:[9,29,38,47,71],echo:50,eclips:9,ecma:50,ecmascript:9,ecosystem:[5,69],edit:[4,50],effect:[12,36,38,39,60],effici:[2,15,55],effort:[17,18,47,66],eg:17,eight:26,either:[5,7,50],electron:39,elimin:74,els:[28,39,50,51,60,70,74],emb:40,embed:[4,5,9,22,26,40,41],emit:54,empti:44,enabl:[1,2,3,4,12,16,22,32,38,50,51,54,55,61],enablegcnotif:[38,54],enableindebugmod:[47,54],end:[11,32,38,41,50,64],endposit:50,enforc:4,engin:[6,26,27,38,44,56,65,71,72],enginenotavail:[44,57],enhanc:[32,50,54,55,56,57],enjoi:4,enough:[5,18,28,32],environ:[4,5,6,17,20,26,37,39,40,54,56,63],equal:[39,50,53,62,68,70],equival:[38,50],err:68,error:[1,9,36,39,45,46,50,51,55,56,57],es6:[5,9,13,20,39],es:[50,74],especi:[50,63,74],essenti:17,est:50,etc:[5,11,12,14,27,29,36,38,50,60,70],eval:[41,50],evalu:[4,5,39,57,74],even:[0,9,74],event:[4,41,51,60,74],everi:[0,5,12,29,37,38,50],everyth:12,everywher:74,evolv:9,ex:39,exampl:[5,13,20,28,61,62],exce:38,excel:[5,9],except:[28,32,37,38,39,41,46,47,50,54,56,57,74],excess:50,exchang:16,excit:39,excluded_method:28,execut:[3,4,5,32,39,40,41,44,47,49,50,63,64,68],executeboolean:32,executeinteg:[27,30,32,39,47,50,64],executeobject:[27,32,61,62],executestr:[26,27,30,32,39,50,61,62,64,70],executevoid:[27,28,32,39,47,50,60,61,62,63,67,70],executioncontextcr:4,executionfailur:44,executiontermin:44,exist:[5,11,32,39,70],existingsourcecod:50,exit:[25,68],expect:[9,38,44,50],expectedparameters:44,expectedparametertyp:44,experi:[12,25,32,36,39,62,63,68],experienc:12,explain:5,explicit:[5,27,74],explicitli:[25,32,36,38,41,63],explor:39,expos:[4,5,18,29,30,32,38,39,43,50,51,56,74],exposur:[26,53],express:[12,32,60],extend:[28,32,50],extens:[14,50,63],extern:38,extra:74,extract:29,extrem:[37,50],ey:41,f:2,face:[1,5],fact:[25,51],fail:[2,20,24,39,44,47,50,57],failedtoreadpath:44,failur:[21,56],fall:31,fals:[1,16,27,29,32,36,38,39,50,60,61],famou:29,fanci:29,faq:26,far:9,fast:50,faster:4,featur:[4,5,8,9,12,30,36,38,39,44,49,50,51,52,61,66,69,70,74],feed:[5,39],feel:[4,39,50],fetch:[5,51],few:[1,2,4,8,9,11,12,28,29,32,38,50,53,54,61,62,68],field:32,file:[1,5,9,22,38,39,51,60,70],filecont:51,filepath:51,fill:50,filter:50,find:[11,50],fine:[16,26,29],first:[1,4,36,39,50,53,74],firstli:50,fix:[9,11,18,21,27,38,39,52,54,55,56,57],flag:[38,55,57],flavor:[4,15,50,68],flip:16,float32arrai:[30,38],float64arrai:[30,38],fly:4,folder:[3,41,60],folk:[12,39],follow:[1,2,3,4,5,15,17,22,25,26,28,30,38,39,41,44,46,49,50,51,60,67,69],footprint:5,forc:[25,32,41,63],foreach:[49,53],forev:[2,38],form:[9,50],format:[38,44,50],forward:[9,39],found:[21,39,44,70],fpic:1,framework:[12,71],free:[4,5,12,30,37,38,39,50,54,63,74],freed:5,frequenc:38,frequent:74,friend:51,friendli:[50,74],from:[0,2,5,6,9,11,15,16,17,25,29,32,39,40,41,44,47,50,51,54,55,56,57,60,61,63,64,67,68,72,73],frommap:30,frustrat:[0,9],fs:5,full:[9,41,50],fulli:[9,28],func:50,functioncallbackreceiv:50,functioncontext:50,functionnam:53,fund:18,fundament:[16,46,71],further:4,futur:[9,18],g:[5,12,14,17,25,27,29,36,38,39,50,51,60,61,67,69,70,74],garbag:[25,36],gather:50,gb:2,gc:[36,63,67],gcbeforeengineclos:54,gcc:[17,54],gcov:17,gen:1,gener:[28,32,38,44,50,55],generatearraywithconvert:50,generatearraywithoutconvert:50,genuin:25,get:[5,9,12,18,25,27,28,30,32,36,38,39,41,46,47,49,50,51,56,57,60,62,63,69,70,71,74],getabsolutepath:70,getandincr:49,getclass:28,getconfig:[32,39,69],getcontext:[50,56],getconvert:30,getdetailedmessag:56,getengin:[39,47,63,69],getentri:49,getexecutor:[26,27,28,30,32,39,47,49,50,60,61,62,63,64,67,68,70],getfilecont:51,getfilepath:51,getglobalobject:[12,27,28,30,32,47,50,51,60,61,62,63,67,70,74],getguard:47,gethandl:55,getidentityhash:53,getinst:[32,36],getinteg:[39,47],getisolateid:4,getjavetenginepoolnod:71,getjavetenginepoolv8:71,getjoin:32,getjsfunctiontyp:[50,54],getjsscopetyp:50,getkei:49,getlength:49,getlibpath:36,getlogg:[39,46,70],getmessag:68,getmethod:[28,50],getmethodnamefromlambda:[50,55],getmethodnamesetfromlambda:[50,55],getnam:[28,30,67,71],getnodeinst:[26,28,38,60,64,69],getnodemodul:39,getobject:[30,32],getownpropertynam:49,getownpropertynamestr:58,getownpropertysymbol:55,getparametercount:28,getposit:50,getpromis:51,getprototyp:55,getscopeinfo:58,getscriptsourc:58,getsiz:49,getsourcecod:[50,54],getstack:56,getstr:70,getstringvalu:50,gettarget:55,getter:[30,32,50,55,56,67,74],getutil:32,getv8heapspacestatist:[38,56],getv8heapstatist:[38,56],getv8inst:[26,38,39,47,64,67,68,69],getv8lock:37,getv8runtim:[39,47,63,70],getv8scop:38,getv8sharedmemorystatist:[38,56],getvalu:[28,30,49,50,67],getvers:55,git:2,github:4,give:[27,29,38,47,50],given:[27,38],global:[5,12,39,50,63,74],globalobject:[12,50],globalthi:[12,39,74],gn:1,go:[39,52],goal:50,goe:[12,50],gone:[9,25],good:[5,38,67],googl:[0,4],got:[9,11],graalj:32,gracefulli:60,gradl:[0,2,3,6,9,32],grain:29,granular:37,great:26,greater:47,groovi:32,groupid:[26,32,66],gson:4,guard:47,guess:67,guid:[1,26,72],guido:9,gyp:39,ha:[0,5,8,9,12,16,28,30,32,36,38,39,46,49,50,51,54,74],hack:[9,12,25],hacki:16,had:[9,11],hair:9,hand:25,handi:51,handl:[12,25,28,32,37,39,55,57,63],handler:[57,60],hang:47,happen:[21,25,29,38],happi:50,hard:[0,9,51,74],harmoni:50,hascontextextensionslot:50,hashmap:[30,32,62],hashset:[28,30,50],hasinternaltyp:55,hasn:[9,25,50],hasownproperti:70,haspendingexcept:56,haspendingmessag:56,hasscheduledexcept:56,have:[2,3,9,16,18,26,28,30,32,38,39,50,51,70,74],haven:9,heap:[5,38],heapstatist:44,heavi:39,heavili:[8,28,50,74],hei:9,hell:[46,71],hello:[32,60,61,63,65,72],help:[4,41],henc:50,here:[0,4,5,9,11,28,32,36,38,39,40,50,51,60,61,62],hide:[5,9],hierarchi:74,high:[5,29,38],highlight:69,hijack:60,hint:[38,50],histori:[10,11,20,74],hit:[25,47],hmodul:39,hoc:[9,37,40,55],hold:[32,38,51],home:0,host:[4,5,22,36,39,60,64,67,68],hotfix:74,hour:[2,9,18],how:[4,5,7,11,13,15,20,25,28,36,37,39,55,74],howev:[5,9,11,12,18,25,29,30,36,38,50,74],http:[2,4,5,26,40,60],huge:[22,40,66],i18n:[1,3,20,24,44,57],i7:[9,40],i:[3,8,9,11,16,18,20,24,26,27,30,32,39,50,60,74],ia32:1,id:[1,4,5,44,50],idea:[8,9,11,38],ident:[27,39,50,67],identifi:32,idl:38,idlenotificationdeadlin:54,ieee:38,ignor:[32,38,50,54],ijavetanonym:[32,50,55],ijavetanonymous1:50,ijavetanonymous2:50,ijavetbiindexedconsum:54,ijavetclos:[32,55],ijavetconsum:54,ijavetengin:[39,47,63,69,70],ijavetengineguard:[47,53],ijavetenginepool:[47,63,71],ijavetentityfunct:[29,30],ijavetentitymap:[29,30],ijavetlibloadinglisten:[36,56],ijavetmapp:[30,55],ijavetpromiserejectcallback:51,ijavetuniconsum:54,ijavetuniindexedconsum:54,imag:[2,9],immedi:[5,16,22,37,38,41,47],impact:[41,50],imper:74,implement:[9,26,30,32,36,38,50,51,66],impli:[11,16,17,25,66,74],implicit:[27,74],implicitli:[27,56],imposs:66,improp:57,improv:[9,37,38,56],includ:[2,9,18,27,36,50,74],inconsist:74,inconveni:[29,36],incorrect:50,increas:[5,29,44,74],increaseandget:67,increment:28,inde:[11,41],independ:[1,40],index:39,indic:50,ineffici:29,inevit:16,infinit:[47,68],info:[46,58],inform:30,inherit:74,initi:[5,20,24,39,57,60,63,67],inject:[29,32,36,44,50,51,55,74],inner:[50,56],input:[50,62,68],insid:[2,4,5,32,38,51],insight:5,inspect:[4,16,50],inspector:[4,13,20],instal:[8,9,17,36,39,60,65,70,72],instanc:[5,12,16,27,38,39,40,41,46,50,61,67],instead:[29,37,38,39,54,62,74],instruct:[2,38],int16_t:38,int16arrai:[30,38],int32_t:38,int32arrai:[30,38],int64_t:38,int64arrai:30,int8_t:38,int8arrai:[30,38],intarrai:27,integ:[30,31,32,38,49,50,60],integerlist:27,integr:[4,9,26,46,53,65,72],intellij:[6,9],intend:[9,12],interact:[4,5,28,54,59,68,72],intercept:[4,6,32,38,39,53,55,65,72],interceptor:[5,25,50,51,63,67],interest:[2,9],interfac:[46,51,74],interfer:5,intern:[6,32,36,37,38,50,56,57],internet:2,interop:[26,59,72],interpret:[4,5],interrupt:47,interruptedexcept:[47,60],intl:1,intro:26,introduc:[29,38,56,74],intrud:50,intrus:30,intvalu:50,invis:50,invoc:50,invok:[12,28,54],invokeobject:[50,61],invokeprimit:50,invokevoid:50,involv:12,io:[4,16],is_component_build:1,is_debug:1,isassignablefrom:32,isasyncfunct:55,iscal:50,isclass:50,isclos:55,iscompil:58,iscontinu:47,isdead:53,isdebugen:46,isdeploi:36,isdirectori:32,isfil:32,isfunct:50,isgeneratorfunct:55,isgeneratorobject:55,isinfoen:46,isinus:[47,53],islibinsystempath:36,isnullorundefin:54,isol:[12,37,38,40,41,74],ispurgeeventloopbeforeclos:57,isrevok:55,issu:[1,5,11,25,37,38,39,41,54,55,56],issuppressingerror:[36,56],istringjoin:32,istringutil:32,isundefin:28,isv8bindingen:50,iswarnen:46,iter:27,its:[0,5,9,32,37,38,39,50,51],itself:50,iv8executor:39,iv8inspectorlisten:4,iv8moduleresolv:55,iv8valu:[53,54,58],iv8valuefunct:[54,55,58],iv8valueobject:[50,53,54,55,58],iv8valuepromis:51,iv8valueproxi:55,iv8valuerefer:53,j2v8:[10,11,12,20,72,73],j2v8_win32_x86_64:9,j4:1,jackson:4,jan:74,jar:[3,5,9],java:[4,5,9,14,26,28,29,32,36,38,39,51,56,59,60,62,67,70,72,74],javadoc:55,javaobject:[38,74],javascript:[5,16,25,26,29,32,37,39,40,51,56,59,62,64,67,72,74],javenod:[14,15,26,51,66,70,74],javet:[4,6,8,9,13,14,15,16,19,20,21,24,25,27,28,29,30,32,35,38,41,43,44,46,47,49,50,51,53,55,60,61,62,65,66,67,69,70,71,72],javet_hom:[0,1,3],javetbridgeconvert:[27,56],javetcallbackcontext:54,javetcallbackexcept:54,javetcompilationexcept:56,javetconsoleinterceptor:63,javetconverterconfig:[29,55],javetconverterexcept:29,javetdynamicobjectfactori:[32,58],javetdynamicproxi:58,javetengin:[63,69],javetengineconfig:[38,46,54,57,71],javetengineconfignod:71,javetengineconfigv8:71,javetengineguard:[47,54],javetenginepoo:69,javetenginepool:[39,46,54,56,63,69,71],javetenginepoolnod:71,javetenginepoolv8:71,javetentityfunct:[50,55],javetentitysymbol:30,javeterror:[54,57],javeterrortyp:32,javetexcept:[28,50,51,60,70],javetexecutionexcept:[32,39,56],javetlibload:36,javetlibloadinglisten:[36,56],javetlogg:46,javetnativemonitor:5,javetobjectconvert:[28,29,30,55,74],javetosutil:[39,60,70],javetoutofmemoryexcept:56,javetprimitiveconvert:[31,55,57],javetpromiserejectcallback:54,javetproxyconvert:[27,29,55,56,61,74],javetreflectionutil:[50,55],javetscriptingerror:56,javetstandardconsoleinterceptor:[38,63,67],javetterminatedexcept:47,javetuniversalproxi:58,javetuniversalproxyhandl:55,javetvirtualobject:55,jdk:[0,6,28,46],jerri:28,jetti:4,jni:[5,8,36,38,50,56,57],jnilib:3,join:32,joiner:32,joke:9,js:[0,2,6,7,9,13,14,18,20,21,22,24,26,36,37,38,40,43,44,50,51,52,53,55,57,59,63,65,66,72],jsfunction:50,jsfunctiontyp:50,json:[2,4,27,62],jsruntimetyp:[36,39,69,71],just:[2,4,9,12,28,30,36,37,38,39,40,50,61,74],jvm:[2,5,22,26,29,32,36,37,53,60,62,63,69,74],keep:[5,29,32,38,41],kei:[5,39,49],keyword:50,kind:[5,9,28,37,50,74],know:[5,7,9,25,35,39,50,74],known:[32,38],kotlin:[8,32],l:69,lack:[70,74],lambda:[32,50],land:25,lang:[29,36],languag:[38,50],larg:[2,16],last:9,later:[9,11,39],latest:[0,2,18,69],launch:[39,41],layer:[9,74],layout:50,lazi:5,ld:1,lead:[25,41],leak:[6,9,11,29,38,41,54,56],leakag:[12,44],learn:[11,15],least:[5,9],leav:[5,11,30,39],legaci:[3,5,9,19,20,57],len:50,length:[27,28,30,38],less:36,let:[4,9,25,28,32,39,60,68],level:[12,29,37,50],lexic:50,lib:[3,39,56],libgcc:57,libjavet:[3,36,39],libnod:1,librari:[0,1,2,4,5,7,12,20,22,24,39,44,46,50,55],librarynotfound:44,librarynotload:44,libstdc:57,lifecycl:[12,38,41,50],light:38,like:[1,4,9,11,12,26,39,41,44,50,57,68],limit:[5,12],line:[28,37,50,68],link:[1,20,24,38,39],linux:[11,19,20,26,40,53,54,55,57,74],list:[26,29,30,32,33,50],listen:[4,25,38,51,60],liter:74,littl:[12,30],live:[4,26,37,38,50],load:[5,12,21,35,44,70,74],loadabl:5,loadj:70,loadlibrari:[36,55],loadlibraryexw:39,local:[9,28,38,50],locat:[5,39,74],lock:[5,35,38,44,47,54,74],lockacquisitionfailur:44,lockconflictthreadidmismatch:44,lockedthreadid:44,locker:37,lockreleasefailur:44,log:[28,38,41,45,50,51,60,63,67],logerror:70,loggerfactori:46,logic:[9,29,50,51,60,74],loginfo:[39,70],longer:[12,29,32,38,41,74],longlist:27,longwa:18,look:[1,5,9,11,39,55],lookup:50,loop:[25,47,51,60,68],lot:[11,63],low:5,lower:11,lowest:[9,18,66],lowmemorynotif:[32,50,54,63,67,74],lt:1,luck:9,luckili:[29,39],m1:18,m:2,mac:[2,9,19,20,26,74],macbook:[9,18,26],machin:9,maco:[3,9,26,36,66],made:[9,11],mai:[1,2,4,5,9,12,15,25,26,27,29,32,36,37,38,39,41,46,47,50,71],mail:26,main:[3,28,32,61],mainli:40,mainstream:52,maintain:[3,16,17,18,22,26,52,66,74],mainten:[52,55],major:[39,53,74],make:[0,1,2,3,16,29,30,38,39,51,60,70,74],malform:50,malfunct:18,malici:[41,47],manag:[5,9,12,15,18,26,33,54],mani:[1,9,11,18,38,50,74],manipul:[38,49],manner:[18,51,74],manual:[11,17],map:[5,27,29,30,39,49],mapi:62,mapx:62,mark:47,master:[9,51],match:[30,32,39,61],matcher:[32,61],mathadd:50,maven:[2,6,32],mavin:36,max:44,max_valu:60,maxdepth:[4,44],maxim:[37,41],maximum:29,maxscriptscaches:4,me:[9,18,26],mean:[36,39,46,50],meanwhil:[9,60],mechan:[36,74],meet:[29,39],memor:30,memori:[6,9,11,15,25,29,35,36,41,44,50,54,56,74],mental:74,mere:9,messag:[4,38,44,46],method:[4,12,28,30,32,44,50],method_prefix_get:28,method_prefix_i:28,methodhandl:56,methodnam:[28,44,50],mid:[18,26],might:[11,18,36],migrat:[12,26,72],millisecond:[38,47,60],mini:[9,18],minim:[5,30,41,63],minut:[2,5,29],mirror:50,mismatch:44,mission:66,mistakenli:56,mix:12,mixtur:5,mockcallbackreceiv:50,mode:[3,6,7,13,17,20,21,22,25,26,36,38,40,41,50,51,52,54,55,57,63,65,66,72,74],model:5,modul:[6,18,21,25,41,43,44,50,70],modular:[21,35,41,74],modulenam:44,modulenameempti:44,modulenotfound:44,modulepermissiondeni:44,monitor:47,monolith:0,month:[9,11],more:[5,9,17,18,30,36,38,39,43,44,47,50,51,55,56,63,64,67,68,69,70,74],most:[12,37,39,41,50],mostli:25,motiv:[10,20,74],move:[9,54,55],msvc:[1,39],much:[5,9,32,38,40,41,50,68,70,74],multer:60,multi:[51,63,74],multipl:[5,16,22,37,39,41,55,74],must:[36,50,70],my:[9,18,26],myjavetengineconfig:71,myjavetlogg:[46,71],n:[32,39,50,61],name:[4,5,12,28,30,36,39,44,46,50,56,67,70,71],napi:[21,39],napi_create_buffer_copi:39,napi_create_error:39,napi_create_funct:39,napi_get_undefin:39,napi_open_escapable_handle_scop:39,nativ:[5,18,21,26,27,30,37,38,41,50,53,60,74],natur:[50,51],navig:[3,39],ndk:[0,57],nearli:9,necessari:63,need:[0,3,4,9,18,28,29,30,32,37,38,39,50,51,61,66,74],nest:37,net:[5,32],network:2,never:74,newer:7,newglobalref:38,newpath:32,newsourcecod:50,next:[0,18,29,50],nextlin:68,ninja:1,nio:38,node:[0,2,4,6,7,9,13,14,18,20,21,22,24,26,36,37,38,40,43,44,50,51,52,55,57,59,63,65,66,68,71,72],node_bind:1,node_hom:[0,1,3],node_modul:[39,41,60,70],node_module_fil:39,node_sqlite3:39,nodemodulemodul:39,nodemoduleprocess:55,noderuntim:[16,39,54,57,60,64,69],noderuntimeopt:56,non:[32,41,50],none:[4,50],normal:[4,38,47,60],note:[26,32,38,39,50],noth:12,notif:[4,38],notifi:[38,67],notsupport:44,now:[1,8,9,28,32,39,46,50,67],nowadai:9,npm:[39,60,70],nullpointerexcept:29,number:[29,31,38],o:[1,50],object:[1,5,12,25,38,41,49,54,55,56,57,59,61,63,67,72,74],objectclass:28,observ:56,obtain:41,obvious:[9,39,50],occur:[25,29,32,38],octet:38,off:[1,4,5,38],offer:[12,14,38],offici:[1,9,15,17,26],often:38,old:[5,9,18,41,51],older:40,onc:[1,3,28,29,38,39,44,60],one:[5,7,9,11,12,16,22,27,32,36,38,39,50,61,67,68,69,74],ones:30,onli:[5,12,14,16,18,22,29,31,32,36,39,41,46,50,52,66,74],open:[30,32,41],oper:[5,29],opportun:29,opt:2,option:[0,6,16,31,39,41,50,55,57,67,69],optionaldoubl:31,optionalint:31,optionallong:31,optionalstr:50,order:[39,49],org:46,organ:54,origin:[4,5,50],originalsourcecod:50,orphan:32,os:[0,2,5,26,44,74],osgi:36,osnotsupport:44,other:[5,12,29,36,37,38,41,46,50,51,54,60,62,66,69,74],otherwis:[4,30,31,36,37,50],out:[1,26,38,39,44,47,60,61,62,64,67,68,74],outer:9,outofmemoryerror:32,outperform:40,output:[3,28,50,60,61,62],outsid:38,over:[5,25,29,50,74],overflow:29,overhead:[5,12,29,30,37,38,40,47,63],overload:32,overrid:[28,32,36,46,50],overridden:[29,36],own:[0,5,9,18,28,30,32,36,38,39,50,51],ownership:51,ownkei:55,p:[1,32],pace:38,packag:[5,8,9],page:4,pai:[9,18,74],pain:74,pair:[28,50],parallel:50,param:4,paramet:[44,50],parent:[28,41],pars:4,parser:60,parti:[46,50],partial:5,particular:[9,36,39,40],pass:[41,55],patch:52,patch_node_build:1,patch_v8_build:1,patchelf:39,path:[1,17,36,39,44,60],pattern:[4,12,15,30,47],pause_the_event_loop:60,pe:39,pend:[57,60],peopl:[25,74],per:[5,18,32,36,37,38,39],perform:[2,4,5,9,25,27,29,30,35,36,38,39,41,50,53,56,60,63,67,74],period:43,permiss:9,persist:38,person:8,perspect:[12,38],phase:1,pid:5,piec:39,pink:61,pitfal:0,place:[3,5,9,25,29,38,74],plai:[9,37,39,51,60],plan:[9,18],platform:[0,6,18],pleas:[1,2,3,4,5,11,16,17,18,22,23,26,29,32,36,37,38,39,41,47,50,51,52,61,62,63,64,66,67,68,70,74],plug:36,point:[38,39],pointer:[38,50],pojo:30,pojoarrai:28,polyfil:[26,65,72,74],pom:[9,57],pool:[6,26,38,46,53,56,65,71,72],popinteg:49,port:[4,52,60],posit:[1,40,50],possibl:[5,30,37,41],potenti:[39,55,56],power:28,ppa:17,ppee:39,practic:[4,5,12,42],pre:[0,1,6],preciou:9,precis:[9,18,29,50],prefer:26,prefix:71,prepar:[17,36,39,50,63],presenc:50,preserv:49,pressur:[38,74],pretti:39,prevent:[25,36,38,41],previou:50,primit:[27,28,29,30,32,41,50,53,56,57],print:[51,62,68],println:[26,39,60,61,62,64,67,68],printstacktrac:[28,47,60],prior:36,prioriti:[17,56],privat:[16,17,22,26,28,30,32,50,66,67],pro:30,problem:[4,9,28,50],problemat:9,proce:1,process:[4,25,28,51],produc:26,profession:39,profil:4,prohibit:41,project:[5,9,11,12,14,15,26,32,39,51,66,70,74],promis:[25,41,48,60],promotescheduledexcept:56,proper:1,properli:5,properti:[17,29,30,32,67,71],propertynam:28,propertysourc:71,protect:[28,37,46,47,71],protocol:4,prototyp:50,provid:[5,17,25,27,28,29,30,32,39,49,50,63,67,74],proxi:[27,30,56,57],pseudo:[50,51,60],publish:[3,74],pull:2,puppi:39,purchas:[18,26],purg:[5,60],purpos:50,push:[2,49,50,51],put:[30,32,41,62],py:1,python2:9,python3:[1,9],python:[1,6],queri:4,question:74,queue:[38,51],quick:18,quickli:4,quit:[0,5,11,12,29,32,38,46,47,50,60,63,74],quot:50,r21e:0,r23b:57,r:[2,17,61],r_x86_64_tpoff32:1,race:[5,37],radic:50,rais:51,rang:[31,38],rapidli:9,rather:50,ratio:38,ration:38,raw:38,re:[54,60],reach:[29,44],read:[29,38,44,51],readi:[1,3],realiti:9,realli:[3,9,51],reason:[0,5,9,22,25,44,51,60,74],rebuilt:[39,54],receiv:[50,51,55],recogn:50,recommend:[5,8,32,40,41,50,51,63],recompil:1,recurs:[28,29,55],recycl:[5,25,29,32,38,40,41,64],redirect:63,reduc:22,redund:50,refactor:[50,54,55,56,57],refer:[4,11,25,26,32,36,37,39,40,41,47,50,51,61,62,63,64,66,67,68,70,74],referenc:[32,38,39],referencecopi:58,reflect:[28,30,32,41,50],refus:4,regard:[2,4],regardless:[36,37,41],regist:[12,25,39,41,44,50,51,63,67,74],registercustomobject:[30,55],registr:[30,44,74],regular:[18,30,37],reject:[25,41,55],rel:9,relai:[39,56],relat:[22,50],relationship:30,releas:[1,3,5,9,18,26,38,44,74],reli:[17,38,46,71],reload:36,reloc:1,remain:50,remot:4,remov:[9,54,55,56,57],removegcepiloguecallback:56,removegcprologuecallback:56,renam:[54,55,58],repeat:74,repeatedli:36,replac:39,report:[18,37],reportpendingmessag:56,repositori:[2,17],repres:[5,12,29,38,50,74],represent:62,req:60,request:4,requir:[1,8,12,36,39,40,41,47,50,51,60],reset:[40,41],resetcontext:[5,37,41,54],resetisol:[5,37,54],resolv:[25,32,39,60,74],resourc:[3,5,12,15,26,29,33,37,39,44,47,51,64,67,68,71],resourcenam:39,respons:[4,36,39,50],rest:4,restart:[2,74],restor:[36,50],result:[4,5,29,37,41,51,64,68],resume_the_event_loop:60,retir:26,reus:[7,12],review:[50,51],revis:58,revisit:9,reviv:[9,18],revok:55,rich:74,richer:74,rid:74,right:[4,36],risk:[36,41],roi:9,role:74,root:[21,28,38,39],rossum:9,rough:50,roughli:2,routin:[20,24,39],rule:[38,50],run:[2,5,28,32,37,38,39,40,47,70],runifwaitingfordebugg:4,runtim:[4,5,17,22,32,36,37,39,41,44,47,50,55,56,57,60,63,64,67,68,69,74],runtimealreadyclos:44,runtimealreadyregist:44,runtimeclosefailur:44,runtimeleakagedetect:44,runtimenotregist:44,runtimeoutofmemori:44,s:[0,2,5,9,11,18,25,26,28,32,37,38,39,40,41,44,50,51,60,62,69,74],safe:[5,25,29,37,50],safeti:50,sai:[9,28],same:[0,5,16,37,38,39,41,50,51,74],samevalu:53,sampl:[5,28,32,36,38,39,50,60],samplewithoutthi:50,samplewiththi:50,satisfi:9,save:[39,60],scan:50,scanner:68,scenario:[37,38,41,53,74],scene:[5,12,25,62],schedul:[38,56],school:5,scope:[12,16,38,58],scope_info:50,scopeinfo:[50,58],scratch:[0,6,11],screenshot:4,script:[1,3,5,9,12,39,41,47,50,54,63,68,70],scriptcontext:50,scriptcontextt:50,scriptfil:39,scriptpath:39,scriptstr:39,sdk:[0,46,71],seamlessli:60,search:50,second:[1,4,15,22,47,50],secondli:50,section:[0,39,50],secur:[5,12,39,70,74],see:[25,39,69],segfault:[25,74],select:[17,38,50],semi:50,send:[4,29,38,60],sensit:[37,38,41,53,74],sentenc:[50,74],separ:[5,12,32,40],serializ:50,seriou:[9,11],serious:[9,40],serv:[16,18],server:[4,29,66],serverup:60,session:9,set:[1,4,5,7,9,12,27,28,29,30,32,36,38,39,46,49,51,54,60,61,62,67],setallowev:71,setasynccallstackdepth:4,setautosendgcnotif:[38,71],setblackboxpattern:4,setcontext:50,setconvert:[27,28,32,61],setdefaultengineguardtimeoutmilli:71,setdynamicobjectfactori:32,setengineguardcheckintervalmilli:71,setescap:38,setextractfunctionsourcecod:29,setfunct:[53,54],setinterv:[14,60,70],setjavetlogg:[46,71],setjoin:32,setjsruntimetyp:[39,69,71],setlibloadinglisten:36,setlibraryreload:36,setmemoryusagethresholdratio:[38,54],setmodul:39,setnam:[28,30,67],setpauseonexcept:4,setpooldaemoncheckintervalmilli:71,setpoolidletimeoutsecond:71,setpoolmaxs:71,setpoolmins:71,setpoolshutdowntimeoutsecond:71,setposit:50,setpromiserejectcallback:51,setprototyp:55,setproxymapen:[29,32],setpurgeeventloopbeforeclos:[57,60],setrequirerootdirectori:39,setresetenginetimeoutsecond:71,setresourcenam:39,setscriptsourc:[50,58],setskipfunctioninobject:29,setsourcecod:[50,54],setsourcecodeopt:58,setstringvalu:50,setter:[30,32,50,55,67,74],settimeout:[14,60,70,74],setutil:32,setv8moduleresolv:39,setv8runtim:50,setvalu:[28,30,50,67],setweak:[38,41],sh:[3,39],share:[0,1,5,37,39,50,51,60,74],shell:[6,65,72],ship:4,should:[32,47],show:[4,5,32,38,50,51],showcas:4,shut:74,side:[5,16,38],sign:38,signatur:[30,44,50],signific:38,significantli:44,similar:[32,41,63],simpl:[28,32,36,38,39,46,50,60,69],simpler:39,simpli:50,simplifi:[5,50],simul:[14,39,50,70,74],sinc:[9,66],singl:[5,9,37,40,50,60],singleton:16,sit:9,situat:50,size:[2,5,22,27,30,36,38,44],sjtucaocao:[1,2,26],skip:[27,29,32,55],slave:17,sleep:[47,60],sleep_a_whil:60,slf4j:46,slight:37,slightli:40,sloppi:50,slot:50,slow:[30,40],slowli:11,smart:[32,38],smartli:32,smooth:74,smoother:38,smoothli:[12,29],snapshot:17,snippet:[30,38],so:[1,2,3,5,7,9,12,14,16,17,18,25,27,28,29,30,32,36,37,38,39,41,46,50,51,60,62,66,70,71,74],softwar:17,solut:[1,11,18,30,50],solvabl:9,some:[4,5,9,12,14,17,18,21,25,29,36,38,40,50,51,56,63,70,74],someon:[9,18,39],someth:[9,50],sometim:[11,27,28,29,32,38,50,51],somewher:39,soon:26,sourc:[1,4,16,29,37,39,44,47,61,62,63,64,67,68,70,74],sourcecod:50,space:38,spawn:63,speak:50,special:[32,50],specif:[38,51],specifi:[50,74],spend:9,split:32,spring:[12,26,53,65,72],sqlite3:39,src:3,stabl:2,stack:[29,50],stackoverflowerror:29,stage:41,stai:[32,36,60,74],stamp:39,standard:25,star:26,start:[5,11,16,29,47,50,56,60,74],start_io_thread_async_initi:16,startposit:50,startswith:28,state:[4,50],staticclassen:55,staticecho:50,statist:[43,56],statu:[17,47],std:16,step:[9,12,25,27,30,32,36,38,39,50,61,64,67,68],stick:9,still:[9,47,50,74],stop:[1,3,9],storag:2,store:[5,38,39,50],stori:50,str:[32,50],stream:[30,50,55,57],strictequ:53,string:[5,28,30,31,32,39,46,51,53,60,62,64,67,68,70],stringarrai:62,stringifi:[27,62],stringjoin:32,stringlist:62,stringutil:32,stringvalu:50,strongli:50,structur:[28,44,55],studio:[0,1,6,58],style:43,subclass:[30,32,41],substanti:29,substr:28,success:74,successfulli:[0,2,4],sudo:[17,39],suffer:9,suit:7,suitabl:67,summari:5,supplier:50,support:[1,2,3,5,8,9,16,19,20,24,26,30,31,32,36,38,39,44,47,49,50,54,55,56,57,66,69,74],suppos:[9,31,36],suppresswarn:28,sure:[1,2,3,9,16,29,38,39,60,70],surpris:9,surround:37,swc:39,symbol:[18,21,27,30,39,44,55,57],symbol_level:1,symboltyp:50,sync:5,synchron:74,system:[5,8,11,26,36,39,44,46,60,61,62,64,67,68],system_temporary_directori:5,t:[4,5,9,16,18,25,26,28,29,30,32,36,37,38,39,44,46,47,50,68,69,71,74],tabl:39,take:[2,5,9,11,18,25,31,32,38,39,50,54,56,60,63,68,74],target:[4,7,29,30,74],target_cpu:1,target_o:1,task:[38,51,54],team:9,technic:[18,50,69],tediou:[5,12,74],tell:[4,25,32,36,38,39,60,67],temp:36,temporari:[18,66],temporarili:9,term:[5,47,50],termin:[44,45],terminateexecut:[47,53,74],test:[2,3,5,6,9,15,16,17,26,32,37,39,40,50,51,53,60,66,70],testexpress:60,testfrommodul:39,testfunct:50,testintercept:67,testinterceptor:67,testlogg:46,testopt:50,testpojo:28,testproperti:50,teststream:50,testv8valuedataview:38,testv8valuetypedarrai:38,than:[11,29,40,47,50,70,74],thank:[18,26],thei:[5,9,18,30,36,39,41,44,51,69],them:[0,3,4,32,38,50,52],there_are_more_tasks_in_task_queu:60,thi:[3,4,5,9,11,12,17,21,25,26,28,29,30,32,36,37,38,39,51,57,60,61,67,69,74],thin:1,thing:[12,29,30,38,39],think:[9,11,13,15,16,20],thisobject:50,thisobjectrequir:[50,55],those:[1,4,5,12,25,38,39,50],though:[8,44,50,63,74],thought:[9,11],thread:[5,9,16,38,40,44,47,51,54,55,63,74],threshold:38,through:[39,50],throughout:50,throwabl:[46,68],thrown:[37,38,41,47,50],till:47,time:[9,16,18,30,32,36,39,63],timeout:[47,51],timer:60,timestamp:7,timeunit:[47,60],tini:29,tip:[4,26,33],tl:9,tmp:32,toarrai:[32,62],toclon:[50,58],todo:[26,33],tofil:60,togeth:[4,60],tojsonstr:50,toler:50,tolowercas:28,tom:28,tomap:30,too:[9,16,18,39],toobject:32,took:74,tool:[0,1,6,17,23,26,53],toolchain:17,top:[12,39,50,74],topath:32,topic:[29,51],toprimit:27,tostr:[32,39,49,50,61,68,70],touch:[32,37],touchabl:30,tov8valu:[27,28],tp:[9,40],track:[5,38],trade:5,transpar:[28,32,50,74],treat:[32,36,38],tri:[5,9,21],trick:60,tricki:50,trigger:[16,37,38,50],troubleshoot:[20,26,33],turn:[1,4,5,38,54],tutori:26,tweak:28,two:[32,38],txt:9,type:[12,27,28,29,30,32,36,37,38,40,44,53,54,56,57],typic:[5,47,50],ubuntu:[0,2,17,39,54,57,66],uint16_t:38,uint16arrai:[30,38],uint32_t:38,uint32arrai:[30,38],uint64_t:38,uint8_t:38,uint8arrai:[30,38],uint8clampedarrai:[30,38],ultim:4,unbind:[50,55,74],unbindfunct:[50,55],unbindproperti:[50,55],uncertain:41,uncertainti:9,uncheck:28,undefin:[4,29,32,39,50,68],under:[9,38,41,50],understand:9,unexpect:[9,29,50],unfortun:[5,9],unhandl:41,unhandledreject:51,uniqueid:4,unit:[5,15],univers:54,unknown:44,unless:[18,38,40,41,74],unload:[5,35,39,74],unloadlibrari:[36,55],unlock:37,unmanag:[5,38],unmodifiablelist:27,unoffici:9,unpack:5,unrealist:29,unregist:[63,67],unregistercustomobject:55,unregistr:44,unrel:[5,40],unrestrict:38,unsatisfiedlinkerror:36,unsign:38,unstabl:36,until:38,untouch:50,unzip:39,up:[2,4,5,12,32,37,38,39,55,56,60],updat:[2,17,36,50,54,55,56,57],upgrad:[4,8,9,11,17,43,54,55,56,57,58],upon:30,url:5,us:[1,4,5,8,11,25,26,29,31,36,38,40,41,46,50,63,66,74],usag:74,use_custom_libcxx:1,user:[25,29,32,39,46,63,68,71],userdefin:50,usr:[1,17],usual:[0,28,32,39,47,50,51,60],util:32,v0:[52,53,54,55,74],v10:26,v14:[52,54,55],v16:[52,57],v18:[1,26,52],v1:[4,52,56,66],v2:[9,26,52],v3:[8,39],v4:9,v6:9,v7:8,v7a:3,v8:[0,2,4,6,7,9,11,12,13,18,20,22,25,26,29,30,32,33,36,37,40,41,43,44,47,60,61,62,63,65,66,67,68,71,72],v8_enable_i18n_support:1,v8_enable_pointer_compress:1,v8_enable_sandbox:1,v8_home:[0,1,3],v8_monolith:1,v8_static_librari:1,v8_target_cpu:1,v8_use_external_startup_data:1,v8a:3,v8allow:[32,56],v8bindenabl:55,v8bindingenabl:[50,55],v8block:[32,56],v8convert:56,v8customobject:30,v8data:74,v8flag:55,v8function:[12,50,51,55,56],v8functioncallback:54,v8gen:1,v8getter:[32,56],v8host:[26,28,36,38,39,47,54,55,56,60,64,67,68],v8intern:56,v8locker:[37,41,53],v8modul:[39,54],v8modulereferr:39,v8notifi:38,v8properti:[12,50,54,55,56,74],v8runtim:[5,26,27,28,30,32,37,39,41,47,49,50,51,53,54,55,56,61,62,63,64,67,68,69,70],v8runtimeobserveraveragecallbackcontextcount:56,v8runtimeobserveraveragereferencecount:56,v8runtimeobserveraveragev8modulecount:56,v8runtimeopt:56,v8runtimesett:50,v8scope:[38,41,55],v8script:54,v8setter:[32,56],v8valu:[28,29,54,55,57,62,68,74],v8valuearrai:50,v8valuebiginteg:57,v8valuebuiltinobject:55,v8valuebuiltinsymbol:55,v8valuefunct:[32,50,54,55,60,70],v8valuefunctiondecim:70,v8valueinteg:[49,50],v8valueobject:[28,32,38,39,50,55,57,67,70,74],v8valueobjectdecim:70,v8valueprimit:74,v8valuepromis:[51,54,55],v8valuepromiseresolv:51,v8valueproxi:55,v8valuesharedarraybuff:55,v8valuestr:49,v8valuesymboltyp:50,v8valuetemp:28,v8valueweakmap:53,v8valueweakset:53,v8virtualescapablevalu:55,v:[3,26,39],vagu:5,valid:[5,38,50],valu:[5,26,28,29,30,31,33,36,38,39,44,49,53,54,55,56,67],valueof:50,van:9,vararg:[32,50,54,57],variabl:[27,37,39,50,56,61,62,67],variou:[0,74],vcbuild:1,ve:[9,11],verbos:74,veri:[5,32,39,41,50,68,69],verifi:[5,39,50],versa:29,version:[1,4,5,8,11,18,26,32,39,66,69],via:[4,5,32,38,39,41,47,50,51,60,67],vice:29,view:53,violat:5,virtual:[32,39,57],visibl:[5,50],visit:[23,26,70],visual:[0,1,6,58],vm:[5,41],voluntarili:39,vs2019:1,vs:[1,6,9],vulner:41,wa:[9,18,74],wai:[0,5,12,25,26,27,28,36,38,39,41,47,50,51,55,60,63,67,71],wait:[2,4,56,60],waitforenginemaxretrycount:57,want:[5,8,9,12,25,29,36,37,38,44,50,52],warn:[1,46,54],watch:9,weak:5,weakmap:49,weakset:49,web:[4,38,41],websit:4,websocket:4,week:74,weight:38,welcom:[2,68],well:[9,18,25,32,38,74],were:9,what:[4,9,10,15,20,29,38,39,74],whatev:[5,25,37,38,50],when:[1,5,9,18,20,21,24,32,38,39,41,47,50,51,57,74],where:[12,13,20,36,39,52,74],wherea:[29,38],whether:[50,55],which:[0,4,5,7,9,12,15,17,18,25,26,29,30,32,36,38,39,40,47,50,61,67,69,70,74],who:[9,39],whole:32,whose:41,why:[4,12,13,20,24,36,38,70],win32:39,windbg:0,window:[11,12,21,26,40,53,74],wise:[2,3,17,50,66],wish:[9,74],within:38,without:[1,2,4,5,25,30,32,36,37,50,56,74],won:[18,25,29,36],word:[5,38,60],work:[4,5,9,12,25,26,36,37,38,39,50,51,60,66,74],workaround:16,worker:38,workflow:2,working_directori:[39,60,70],workingdirectori:39,worri:[29,36,39,47,60],wors:29,would:[9,11,16,18],wrap:38,writabl:32,write:[11,28,29,38,74],written:[18,29],ws:4,wsl2:[0,2],x64:[1,39],x86:[1,3,18,26,55,56,66],x86_64:[2,3,18,26,39,56,66],x:[9,26,27,30,32,39,50,52,62,66],xcode:0,xml:[9,57],xms64m:38,xmx64m:38,y:[17,27,30,32,62],ye:[4,5,17,23,25,29,30,32,36,37,39,49,50,66,70],year:[9,74],yet:25,you:[1,2,3,4,8,9,12,15,23,25,26,28,32,37,38,46,50,52,66,70,71,74],your:[4,9,17,32,36,41,46,71,74],z:32,zero:[5,38],zombi:38,zoneddatetim:[31,57]},titles:["Build Javet","Build Javet from Scratch","Build Javet with Docker","Build Javet with Pre-built Binaries","Debug with Chrome Developer Tools","Javet Design","Development","Test Javet","Development Tools","History with J2V8","Background","What is the Motivation?","How to Think in Javet?","Development","Where are ES6 API in V8 Mode?","Where are the Examples?","Why is the Inspector Disabled in Node.js Mode?","Can Javet Support Legacy Linux?","Can Javet Support Mac?","Environment","FAQ","A dynamic link library (DLL) initialization routine failed","Can i18n be Supported?","Can I Debug Javet in Chrome DevTools?","Troubleshooting","Why Node.js Crashes When being Closed?","Javet","Bridge Converter","Custom Converter","Converters","Object Converter","Primitive Converter","Proxy Converter","Reference","API Reference","Resource Management","Load and Unload","Know the Lock","Memory Management","Modularization","Javet Performance","Best Practices","Tips","TODO List","Error Codes","Troubleshooting","Logging","Termination","V8 Values","V8 Collection","V8 Function","V8 Promise","Release Notes","Release Notes 0.7.x","Release Notes 0.8.x","Release Notes 0.9.x","Release Notes 1.0.x","Release Notes 1.1.x","Release Notes 2.0.x","Advanced","Interact with Node.js","Java and JavaScript Interop","Object Converter","Javet Engine Pool","Hello Javet","Basic","Installation","Interception","Javet Shell","Node.js Mode and V8 Mode","Polyfill","Spring Integration","Tutorial","Migration Guides","Migrate from J2V8"],titleterms:{"0":[53,54,55,56,57,58],"1":[4,37,38,46,53,54,55,56,57,58,60,64],"10":[18,54,55,58],"11":55,"12":55,"13":55,"14":55,"2":[4,37,38,46,50,53,54,55,56,57,58,60],"2021":18,"2022":8,"21":56,"3":[4,8,38,53,54,55,56,57,60],"4":[4,53,54,55,56,57],"5":[54,55,56,57],"6":[54,55,56,57],"7":[53,54,55,56,57,58],"8":[8,54,55,57,58],"9":[53,54,55,56,57],"boolean":[27,50],"class":[32,61],"enum":[32,61],"function":[12,29,32,50,54,55],"import":[5,50],"int":27,"long":[27,38],"null":29,"static":[32,61],"try":38,A:21,If:60,Is:60,It:30,No:18,On:[36,39],One:50,That:60,Will:18,abi:56,about:[18,47,50],advanc:59,aggress:38,all:2,alreadi:36,altern:38,an:61,android:[0,1,2,3,56,66],anonym:[32,55],anoth:36,api:[14,34],ar:[14,15],architectur:5,argument:50,arm64:[18,56],arrai:[27,62],arraybuff:38,aug:18,autom:9,automat:[38,47,50],avoid:50,await:[25,38],background:[10,25],backward:44,basic:65,befor:18,being:25,best:41,between:39,binari:3,bind:[29,50],bindfunct:50,birth:53,bless:74,both:50,bridg:27,bug:53,build:[0,1,2,3,9,18],built:[3,29],c:38,call:50,can:[17,18,22,23,29,36,50],cast:27,caus:25,cdt:4,challeng:38,chang:50,chrome:[4,23],circular:29,classload:[36,55],close:[25,60],co:69,code:[44,50,54],codestr:50,collect:49,commun:8,comparison:[29,37,50],compat:[44,66],config:29,configur:71,context:[5,50],convers:[50,54,74],convert:[27,28,29,30,31,32,55,62],core:56,count:50,crash:25,creat:28,cross:5,custom:[4,28,30,32,36,56],deadlineinmilli:38,deal:39,debug:[4,23,47,53],decim:70,declar:[12,54],defin:[28,50],demand:[36,39],depend:[26,66],deploi:[9,36],deploy:36,design:[5,28],detect:5,develop:[4,6,8,13],devtool:23,disabl:[16,50],dll:21,docker:2,document:26,doe:[29,30,32,37],download:3,dsl:[26,66],dure:60,dynam:[21,32],effect:29,elf:39,empow:55,engin:[5,41,47,53,63],enhanc:30,environ:[0,2,19,36],error:[44,54],es6:[14,74],escap:38,event:[25,54],exampl:[15,39,51],execut:12,executor:12,exist:69,explicit:37,express:2,fail:21,faq:20,featur:[26,32],file:[32,36],first:[54,56],fix:53,fly:50,foreach:54,from:[1,12,30,31,36,38,74],fs:51,full:2,functionnam:50,gap:39,gc:[38,54],github:2,go:28,goal:63,gradl:[8,26,66],groovi:[26,66],guard:53,guid:[73,74],handl:50,handshak:4,hang:60,hello:[26,64],highlight:[30,40],histori:9,hotfix:54,how:[12,18,27,30,32,38,47,50,60],hub:2,i18n:22,i:23,idlenotificationdeadlin:38,ignor:29,ijavetlogg:46,implement:46,implicit:37,index:54,info:50,initi:21,inject:[46,61,71],insid:29,inspector:16,instal:66,instanc:32,integ:27,integr:71,intellij:8,interact:60,intercept:[5,12,50,54,67],interfac:[32,55],intern:[4,39],interop:61,invok:50,isol:5,issu:[9,18],j2v8:[9,74],jar:36,java:[27,30,31,50,55,61],javascript:[27,30,31,50,60,61],javet:[0,1,2,3,5,7,12,17,18,23,26,36,37,39,40,56,63,64,68,74],javetcallbackcontext:50,javetproxyconvert:32,jdk:8,jni:3,js:[1,3,5,8,16,25,39,41,54,56,58,60,64,69,70,74],jvm:38,kei:50,know:37,known:18,kotlin:[26,66],latest:9,leak:5,learn:12,legaci:17,lib:36,librari:[3,21,36,56],licens:26,lifecycl:51,link:21,linux:[0,1,2,3,9,17,39,66],list:[27,43,62],listen:36,live:53,load:[36,39,56],locat:36,lock:37,locker:53,log:46,logger:46,loop:54,lowmemorynotif:[25,38],lt:18,mac:[1,3,18,55,56,66],maco:0,main:60,major:26,manag:[35,38,41,50],manual:[38,39,47,50],map:[32,50,62],maven:[8,9,26,66],mean:37,memori:[5,38],migrat:[73,74],mismatch:50,mode:[5,14,16,32,37,39,47,64,69,70],modul:[5,39,54,55,74],modular:39,motiv:[11,63],multi:[2,5,55],name:32,nativ:[29,36,39,54],node:[1,3,5,8,16,25,39,41,54,56,58,60,64,69,70,74],noderuntim:25,note:[52,53,54,55,56,57,58],now:18,object:[27,28,29,30,32,50,62],one:2,onli:9,open:4,option:[8,38],os:[1,3,18,55,56,66],pass:50,passiv:38,patch:[1,39],path:32,pattern:[32,61],perform:[37,40],platform:5,pojo:28,pojoconvert:28,polyfil:[55,70],pool:[5,41,47,63,69],possibl:60,practic:41,pre:[3,39],prepar:[1,27,32,61],primit:[5,31,54,74],print:64,privat:55,process:[5,55],promis:[51,55],properti:[12,50,54,55],proxi:[29,32,55],python:8,quick:26,readfileasync:51,readi:28,rebuild:39,recommend:38,refer:[5,33,34,38],regist:30,registerjavamethod:74,registr:50,reject:51,releas:[52,53,54,55,56,57,58],remov:36,repositori:9,requir:5,resolv:[51,55],resourc:[35,38,41,50],result:40,root:25,routin:21,run:4,runtim:38,safe:55,safeti:[5,29,37],sampl:67,scope:[50,55],scratch:1,script:4,secur:41,server:60,set:50,shell:[4,68],skip:36,solut:25,sourc:[50,54],spring:71,stage:2,start:26,statist:38,step:[46,60],string:[27,50],stringbuild:[32,61],structur:29,studio:8,summari:50,support:[17,18,22],suppress:36,symbol:50,system:9,take:[29,36],termin:47,test:[7,12,67],thi:50,think:12,thread:[37,41,60],time:[54,56],tip:[42,50],todo:43,tool:[4,8],troubleshoot:[24,45],tutori:72,type:[5,50,74],unhandl:51,unhandledreject:25,unit:12,unload:36,unmodifi:27,unregist:50,usag:[27,30,32,38,49,63,69],user:50,usual:4,v10:[57,58],v16:56,v18:58,v1:55,v2:55,v8:[1,3,5,14,38,39,48,49,50,51,53,54,55,56,57,58,64,69,70,74],v8convert:32,v8function:[32,67,74],v8host:69,v8locker:74,v8properti:[32,67],v8runtim:[12,38,74],v8valu:50,v8valuearrai:49,v8valueglobalobject:12,v8valuemap:49,v8valueset:49,v9:[54,55,56,57],valu:[48,50],variabl:[0,36],version:9,via:29,virtual:5,visual:8,vs:[5,50],weak:38,what:[11,37,50,60],when:[25,29],where:[14,15],why:[1,9,16,25,44,50,74],window:[0,1,2,3,9,39,66],without:38,work:[30,32],worker:60,x86_64:55,x:[53,54,55,56,57,58],ye:18}}) \ No newline at end of file +Search.setIndex({docnames:["development/build","development/build_javet_from_scratch","development/build_javet_with_docker","development/build_javet_with_pre_built_binaries","development/debug_with_chrome_developer_tools","development/design","development/index","development/test","development/tools","faq/background/history_with_j2v8","faq/background/index","faq/background/what_is_the_motivation","faq/development/how_to_think_in_javet","faq/development/index","faq/development/where_are_es6_api_in_v8_mode","faq/development/where_are_the_examples","faq/development/why_is_the_inspector_disabled_in_node_js_mode","faq/environment/can_javet_support_legacy_linux","faq/environment/can_javet_support_mac","faq/environment/index","faq/index","faq/troubleshooting/a_dynamic_link_library_dll_initialization_routine_failed","faq/troubleshooting/can_i18n_be_supported","faq/troubleshooting/can_i_debug_javet_in_chrome_dev_tools","faq/troubleshooting/index","faq/troubleshooting/why_node_js_crashes_when_being_closed","index","reference/converters/bridge_converter","reference/converters/custom_converter","reference/converters/index","reference/converters/object_converter","reference/converters/primitive_converter","reference/converters/proxy_converter","reference/index","reference/javadoc/index","reference/resource_management/index","reference/resource_management/load_and_unload","reference/resource_management/lock","reference/resource_management/memory_management","reference/resource_management/modularization","reference/resource_management/performance","reference/tips/best_practices","reference/tips/index","reference/todo_list","reference/troubleshooting/error_codes","reference/troubleshooting/index","reference/troubleshooting/logging","reference/troubleshooting/termination","reference/v8_values/index","reference/v8_values/v8_collection","reference/v8_values/v8_function","reference/v8_values/v8_promise","release_notes/index","release_notes/release_notes_0_7","release_notes/release_notes_0_8","release_notes/release_notes_0_9","release_notes/release_notes_1_0","release_notes/release_notes_1_1","release_notes/release_notes_2_0","tutorial/advanced/index","tutorial/advanced/interact_with_node_js","tutorial/advanced/java_and_javascript_interop","tutorial/advanced/object_converter","tutorial/basic/engine_pool","tutorial/basic/hello_javet","tutorial/basic/index","tutorial/basic/installation","tutorial/basic/interception","tutorial/basic/javet_shell","tutorial/basic/node_js_mode_and_v8_mode","tutorial/basic/polyfill","tutorial/basic/spring_integration","tutorial/index","tutorial/migration_guides/index","tutorial/migration_guides/migrate_from_j2v8"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["development\\build.rst","development\\build_javet_from_scratch.rst","development\\build_javet_with_docker.rst","development\\build_javet_with_pre_built_binaries.rst","development\\debug_with_chrome_developer_tools.rst","development\\design.rst","development\\index.rst","development\\test.rst","development\\tools.rst","faq\\background\\history_with_j2v8.rst","faq\\background\\index.rst","faq\\background\\what_is_the_motivation.rst","faq\\development\\how_to_think_in_javet.rst","faq\\development\\index.rst","faq\\development\\where_are_es6_api_in_v8_mode.rst","faq\\development\\where_are_the_examples.rst","faq\\development\\why_is_the_inspector_disabled_in_node_js_mode.rst","faq\\environment\\can_javet_support_legacy_linux.rst","faq\\environment\\can_javet_support_mac.rst","faq\\environment\\index.rst","faq\\index.rst","faq\\troubleshooting\\a_dynamic_link_library_dll_initialization_routine_failed.rst","faq\\troubleshooting\\can_i18n_be_supported.rst","faq\\troubleshooting\\can_i_debug_javet_in_chrome_dev_tools.rst","faq\\troubleshooting\\index.rst","faq\\troubleshooting\\why_node_js_crashes_when_being_closed.rst","index.rst","reference\\converters\\bridge_converter.rst","reference\\converters\\custom_converter.rst","reference\\converters\\index.rst","reference\\converters\\object_converter.rst","reference\\converters\\primitive_converter.rst","reference\\converters\\proxy_converter.rst","reference\\index.rst","reference\\javadoc\\index.rst","reference\\resource_management\\index.rst","reference\\resource_management\\load_and_unload.rst","reference\\resource_management\\lock.rst","reference\\resource_management\\memory_management.rst","reference\\resource_management\\modularization.rst","reference\\resource_management\\performance.rst","reference\\tips\\best_practices.rst","reference\\tips\\index.rst","reference\\todo_list.rst","reference\\troubleshooting\\error_codes.rst","reference\\troubleshooting\\index.rst","reference\\troubleshooting\\logging.rst","reference\\troubleshooting\\termination.rst","reference\\v8_values\\index.rst","reference\\v8_values\\v8_collection.rst","reference\\v8_values\\v8_function.rst","reference\\v8_values\\v8_promise.rst","release_notes\\index.rst","release_notes\\release_notes_0_7.rst","release_notes\\release_notes_0_8.rst","release_notes\\release_notes_0_9.rst","release_notes\\release_notes_1_0.rst","release_notes\\release_notes_1_1.rst","release_notes\\release_notes_2_0.rst","tutorial\\advanced\\index.rst","tutorial\\advanced\\interact_with_node_js.rst","tutorial\\advanced\\java_and_javascript_interop.rst","tutorial\\advanced\\object_converter.rst","tutorial\\basic\\engine_pool.rst","tutorial\\basic\\hello_javet.rst","tutorial\\basic\\index.rst","tutorial\\basic\\installation.rst","tutorial\\basic\\interception.rst","tutorial\\basic\\javet_shell.rst","tutorial\\basic\\node_js_mode_and_v8_mode.rst","tutorial\\basic\\polyfill.rst","tutorial\\basic\\spring_integration.rst","tutorial\\index.rst","tutorial\\migration_guides\\index.rst","tutorial\\migration_guides\\migrate_from_j2v8.rst"],objects:{},objnames:{},objtypes:{},terms:{"0":[1,4,9,17,26,27,28,30,32,38,39,41,47,49,50,52,60,62,66,67,70,74],"00000000":4,"0000000000000000":39,"00000001":39,"0000000180108724":39,"0000000180108ab5":39,"000000018014f248":39,"000000018014fa68":39,"0000000180154818":39,"0000000180154a40":39,"003":9,"009":9,"01":[55,56,57],"019":9,"02":[53,54,57],"03":[57,58],"032":40,"04":[0,2,17,53,54,57,66],"05":[55,57],"06":[54,55,57],"07":[55,57],"08":[55,57],"09":[55,56,58],"1":[0,5,9,12,17,26,27,28,30,32,36,39,40,41,47,49,50,52,61,62,66,67,68,69,70,74],"10":[0,2,38,40,47,56,66],"1000":60,"10000":47,"100000000":4,"101":44,"102":44,"103":44,"10308":38,"1038":38,"104":44,"105":44,"106":56,"10700k":[9,40],"11":[0,28,56,57,58],"110":9,"115":57,"11gb":2,"12":[26,32,56,58],"120gb":2,"123":[32,50,61,67,70],"12345":27,"12346":27,"124":[57,67],"127":[4,38],"128":38,"13":56,"132":57,"139":57,"14":[8,9,56,57,58],"143":40,"146":[55,56],"15":[55,57,58],"154":57,"16":[0,17,38,40,54,55,57,58,66],"168":[26,58],"17":[8,32,55,57],"172":56,"174":57,"175":61,"177":57,"18":[17,56,66],"180":56,"1801363d8":39,"180166610":39,"19":[55,56],"193":58,"194":58,"1l":27,"2":[0,8,9,12,17,18,26,27,30,32,36,39,40,41,47,49,52,61,64,66,67,68,69,70,74],"20":[0,2,25,26,54,56,57,58,66],"200":67,"201":44,"2012":[18,26],"2015":9,"2016":9,"2017":9,"2019":[0,9],"2020":[9,11],"2021":[53,54,55,56,74],"2022":[0,1,6,57,58],"21":[0,55,66],"213":9,"2147483647":38,"2147483648":38,"218":57,"22":[56,66],"23":[0,39,54,57,58,66,70],"230":55,"234567":38,"23456789012345":38,"24":54,"25":[56,58],"253":40,"255":[9,38,53,61],"257":54,"26":[56,57],"262":50,"263":[38,40],"264":38,"269":55,"274":9,"28":[55,58],"29":55,"299":9,"2l":27,"3":[0,1,6,9,17,25,27,32,36,39,40,49,50,64,67,68],"30":0,"301":44,"302":44,"31":55,"32":[4,38],"324":38,"32767":38,"32768":38,"338":9,"34":[39,70],"345":55,"35":9,"363":40,"38":38,"3rd":[46,50],"4":[0,9,32,36,38,39,40,49,50,60,67,68],"401":44,"402":44,"403":44,"404":44,"405":44,"406":44,"407":[44,55],"410":40,"4243":39,"424b":39,"428":9,"4294967295":38,"45":70,"458":40,"4g":2,"5":[2,4,25,38,39,60,67,68],"50":37,"500":60,"501":44,"502":44,"503":[44,55],"508":40,"51":40,"571":9,"5gb":2,"6":[4,8,9,39,58,60,67,68],"60":2,"601":44,"602":[44,55],"603":[44,55],"6072":39,"6096":39,"64":[38,55],"647":40,"65":40,"65535":38,"660":40,"688":9,"7":[0,4,17,38,52,60,66,67,68,74],"70":17,"701":44,"702":44,"703":44,"748":40,"751":40,"76":67,"8":[0,4,6,9,17,26,28,38,40,52,56,60,66],"80":17,"801":44,"802":44,"803":44,"804":44,"805":[44,55],"806":[44,56],"82":25,"846":40,"8991":60,"9":[9,17,52,60],"90":17,"901":[44,57],"9229":4,"968":40,"boolean":[29,30,31,36],"break":[9,29,39,50,51,60,68],"byte":[5,30,31,32,38,50],"case":[5,7,9,15,29,31,36,37,38,39,40,50,51,53,74],"catch":[28,47,50,51,60,68],"char":[30,31,50],"class":[28,30,39,46,50,60,67,71],"const":[39,49,50,60,61,62,70],"default":[4,5,22,29,30,32,36,38,39,47,50,61,67,69],"do":[7,9,12,23,25,26,37,38,39,41,50,62],"export":[1,39],"final":[2,28,29,30,32,38,39,44,47,50],"float":[30,31,38,50],"function":[5,14,16,30,36,38,39,48,53,56,57,60,61,67,74],"import":[25,39,46,47,51,74],"instanceof":[32,50],"int":[28,30,31,32,47,50,60,67],"long":[2,30,31,32,37,50],"new":[5,7,9,11,18,26,27,28,30,32,36,37,38,39,40,46,47,49,50,51,52,60,61,62,63,67,68,69,70,71],"null":[28,30,32,39,50,51,60,67,68],"public":[28,30,32,36,46,50,51,57,60,67,70,71],"return":[28,29,30,32,36,38,39,41,47,50,51,54,61,62,67,71],"short":[18,30,31,38,50],"static":[0,1,16,28,50,55,57,60],"super":28,"switch":[4,26,36,37,41,54],"throw":[28,29,32,39,47,50,51,60,70],"tr\u00e8":50,"true":[1,11,16,27,29,32,36,38,39,47,50,60,61,62,68],"try":[5,9,11,26,28,32,37,39,41,47,49,50,51,60,63,64,67,68,69,70],"var":[47,50,60],"void":[28,30,32,46,50,60,67,70],"voil\u00e0":[4,32,60],"while":[2,3,32,47,60,68],A:[1,5,20,24,28,39,50],And:[9,26,60],As:[2,3,4,5,12,27,30,32,36,38,46,50,71],At:[9,11,50],Be:[4,32,38,41,51],But:[16,36,37,38,39,50,51,71],By:[22,36,38,67],For:[8,12,32,39,50],If:[1,2,3,12,18,25,26,29,30,31,32,38,39,41,47,50,66,67,68,74],In:[4,5,12,16,25,27,29,32,36,37,38,39,40,41,47,50,51,60,74],It:[0,2,5,9,12,16,22,26,28,29,32,37,38,39,40,41,50,63,68,69,74],Its:[9,38,74],NOT:[5,37,50],No:[5,9,28,29,36,39,47,49,50,60],Not:[5,50,66],Of:[2,38,39,50,74],One:[5,29],Or:[2,16,26],That:[5,9,18,25,26,29,36,38,39,46,47,50,74],The:[1,2,4,5,7,9,12,15,16,18,21,25,27,28,29,32,36,37,38,39,44,47,50,51,60,61,66,67,68,69,74],Then:28,There:[5,9,12,17,18,26,27,28,29,36,38,39,44,50,69],To:[1,3,4,9,18,22,29,36,43,61],With:[9,12,39],__dirnam:39,__filenam:39,_zn4nodel23thread_local_modpending:1,a123:32,aar:3,ab:27,abandon:[18,74],abc:[32,36,50,61],abi:[57,66],abl:[11,12,18,22,25,29,39,47,50,60,74],about:[28,37],abov:50,absent:[14,50],accept:[4,16,29,46,50,55],access:[3,12,32,36,38,44,50],accid:27,accordingli:50,achiev:[5,9,32,37,38,50],acquir:[41,44,74],across:38,activ:[9,25,36,39],actual:[2,4,5,9,12,29,38,39,44,50,60],actualparameters:44,actualparametertyp:44,ad:[9,32,37,40,53,54,55,56,57,58],add:[4,17,27,28,30,32,38,39,49,50,51,62,67,70,74],addgcepiloguecallback:56,addgcprologuecallback:56,addit:[17,30,40,50,66,74],address:[4,25,38,39,41,50,60],adjust:56,admit:9,advanc:[17,26,51,72],affect:38,aforement:38,after:[3,4,9,26,30,32,36,39,41,47,50,51,74],afterward:[47,51],ag:9,again:[16,32,36],against:[1,50],agent:16,agnost:56,aim:[14,70,74],air:[9,18,26],aka:4,algorithm:56,alia:32,alien:30,align:5,all:[0,1,4,5,9,25,27,28,30,32,36,38,39,50,54,56,60,62,74],alloc:[5,37,50,56],allow:[5,9,22,27,28,29,30,32,36,40,46,50,51,54,55,56,60,61,62,63,67,74],allowev:54,allowonli:32,almost:[5,9,32,50,60],alreadi:[32,44,51],also:[1,2,5,9,11,12,26,29,31,32,36,37,38,39,46,50,51,60,74],alter:32,altern:[17,30],alwai:[5,28,41,50],am:[9,32,50],among:[37,50,74],amount:[22,66,74],an:[4,5,9,11,12,14,26,27,29,32,36,37,38,39,40,41,46,47,50,51,62,67,68,69],analysi:39,analyz:[38,39],andoird:57,android:[9,26,36,57],android_ndk_hom:[0,3],android_sdk_hom:0,ani:[1,9,18,26,29,30,31,32,39,44,46,47,50,74],annoi:27,annot:[32,50,55],annotationbasedcallbackreceiv:50,anonym:50,anoth:[50,70],answer:18,anytim:26,anywher:36,apach:26,apart:39,api:[4,5,9,11,12,13,20,26,28,29,32,33,36,37,38,39,46,50,51,53,54,56,60,62,70,74],app:60,appear:[4,50],append:[3,32,61],appli:[5,29,32,36,39,41,47,50,57,60],applic:[4,5,12,16,25,28,29,30,32,36,37,38,39,40,47,50,51,60,61,63,67,68,74],approach:[39,50],apt:[17,39],ar:[0,1,2,3,4,5,8,9,12,13,17,18,20,25,26,27,28,29,30,31,32,36,37,38,39,41,44,47,50,51,52,53,54,55,60,61,62,67,69,74],arbitrari:[4,5,12,29,30,32,61,74],arbitrarymethod:50,arch:[3,56],architectur:[6,9],area:38,arg:[1,28,50,60],argument:[28,30,74],arm64:[1,3,26,66],arm:[1,3,26,56,66],armeabi:3,around:[9,39],arrai:[29,30,32,38,49,50,53],arraylist:[27,30,62],articl:5,artifact:2,artifactid:[26,32,66],ask:74,aslist:[27,50],assert:62,assertarrayequ:[27,32],assertequ:[27,30,32,47,49,50],assertfals:[27,32,47,49,50],assertnotnul:[30,32,49],assertthrow:32,asserttru:[27,32,47,49,50],assign:[39,50,55,61],assum:[36,39,50],ast:12,async:[5,25,51],atomic_bool:16,atomicboolean:60,atomicinteg:49,attack:[29,47],attempt:22,attent:74,aussi:32,authent:4,author:4,auto:[4,17,36,54],autoclos:32,autom:[28,38],automat:[5,7,29,32,36,37,39,44,64,67,74],autosendgcnotif:54,avail:[2,3,4,5,21,36,44,50,69],avoid:[5,12,22,29,36,41],aw:38,awai:56,await:[5,41,50,51,54,60],awar:[26,41],awesom:[26,69],awt:61,b:[4,27,29,32,39,50,61,62,68,70],back:[12,29,32,38,39,50,52],background:[20,26,51],backup:39,bad:[5,9],base:[2,7,32,38,50,55,57,58,74],base_all_in_on:2,base_gradl:2,base_jvm:2,base_nod:2,base_node_v8:[],base_v8:2,bases:2,basic:[14,26,31,50,63,70,72,74],bat:1,bean:71,beauti:[5,29,50],becaus:[4,5,8,9,16,18,25,26,27,28,29,30,32,36,37,38,40,41,44,50,51,63,69,70,74],been:[8,9,25,36,50,74],befor:[4,12,25,29,36,38,39,60],begin:5,behav:50,behavior:[29,32,38,41,50],behind:[5,11,12,25,62],being:[20,24,32,38,39,47,50],belong:50,below:[30,50],besid:[18,27,50],best:[5,15,42],better:[4,5,36,37,40,50],between:[5,9,26,29,30,38,41,50,54,61],beyond:5,bfals:27,bi:[29,62],biconsum:49,bien:50,bigdecim:70,bigint32arrai:30,bigint64arrai:[30,38],bigint:[26,31,38,53],biginteg:31,biguint64arrai:38,bin:[1,17],binari:[0,1,6,38,44],bind:[32,39,51,54,62,67,74],bindfunct:54,bindproperti:54,bit:[12,30,38,39],blank:50,block:[29,37,38,50,64],blockonli:32,blogspot:26,bodi:[50,60],borrow:[38,50],both:[5,18,29,36,38,44,51,55,69,74],bother:39,bound:39,boundari:5,box:39,brand:5,breakpoint:4,brew:0,bridg:[29,56],bring:[5,29,36],broadcast:38,broken:[1,9,38,50],browser:[4,41],btrue:27,buddi:32,buffer:[5,38],bug:[52,54,56,57,74],bui:[9,18],build:[4,5,6,8,11,16,17,22,26,39,50,54,55,66],build_all_in_on:2,build_artifact:2,build_gradl:[],builder:12,built:[0,1,2,4,6,7,27,30,38,40,44,47,50,51,54,55,74],bundl:8,busi:[56,74],bypass:[36,50],bytebuddi:[32,58],bytebuff:[38,57],c:[1,32,39,50,57,62],cach:[39,53,57],calcul:[5,50],call:[5,9,12,16,25,28,29,32,36,37,38,39,41,47,51,54,60,61,67,74],callabl:32,callasconstructor:[50,53,70],callback:[4,25,38,39,44,50,51,54,55,56,57,60],callbackinjectionfailur:44,callbackmethodfailur:44,callbackregistrationfailur:44,callbacksignatureparametersizemismatch:44,callbacksignatureparametertypemismatch:44,callbackunknownfailur:44,callbackunregistrationfailur:44,caller:50,callobject:50,callprimit:50,callvoid:[50,60],can:[1,2,4,5,12,19,20,24,25,30,32,38,39,41,51,60,61,66,69,70,71,74],canaccess:28,cancel:47,candiscardcompil:58,canexecut:32,cannot:[21,29,37,38,39],canread:[32,70],canwrit:32,caoccao:[2,26,38,39,46,66],capabl:50,capac:56,captur:68,care:[4,18,31,32,37,38,39,41,51],carri:[30,74],cast:56,catalina:[0,18,66],categor:38,caus:[9,18,21,22,36,47,50,56,74],cd:[1,2,3,39],cdt:[6,68],cent:66,cento:57,central:[2,8],ceo:28,certain:[1,4,5,12,50,51,55],cfo:28,chain:[17,38],challeng:[5,9,12,29],chanc:9,chang:[4,16,29,30,37,39,44,55,56,61,67],channel:26,charact:31,characterist:39,charm:50,chart:51,cheap:29,cheaper:5,check:[12,37,39,50,55,74],check_eq:16,checkout:1,checkreturnvalu:54,choic:17,choos:[25,50],chrome:[5,6,20,24,26,53],chromedevtool:4,circular:[28,44,55],clamp:38,classload:[5,74],classpath:71,clean:56,cli:39,click:4,clone:[1,2,58],close:[5,9,12,16,20,24,32,36,38,39,41,44,47,50,54,55,62,63],closur:50,cmake:[0,3,9],cmakelist:9,cmd:[3,39],co:5,code:[1,4,5,9,12,16,18,28,29,30,37,38,39,40,41,45,47,51,55,56,61,62,63,64,67,68,70,74],codefil:60,codestr:[32,39,53],collect:[25,27,30,36,48,53],color:61,com:[2,26,38,39,46,66],combin:50,come:[0,5,37,39,40],command:[3,68],commit:[17,66],common:[12,17],commun:[0,4,6,9,16],compar:[5,7,37],comparison:[5,9],compat:[1,39,56],compel:11,compil:[1,5,32,39,44,50,61,74],compilationfailur:44,compilemodul:39,compilev8modul:[39,74],complement:38,complet:[4,5,7,30,32,38,39,41,47,50,55,56,60,61,74],complic:[30,39],con:30,concept:[5,12,51],concurr:37,condit:[5,30,37],config:[17,32,46],configur:1,configurationproperti:71,conflict:[37,44],conform:50,connect:[2,4,5,63],consid:[18,38,50],consider:[17,18,29,47,66],consist:74,consol:[4,5,28,50,51,60,63,64,67,68],constantli:4,construct:[8,50,55],constructor:[30,32,56,70],consum:49,contact:[1,3,9,16,17,22,26,52,66,74],contain:[28,39,41,50],containsmodul:39,content:[38,51],context:[4,12,25,37,38,39,40,41],continu:44,contribut:9,contributor:2,control:[5,25,29,47,50],conveni:29,convent:56,convers:[12,27,29,62],convert:[26,33,44,50,54,56,57,59,61,72,74],convertercircularstructur:44,converterfailur:44,convertersymbolnotbuiltin:44,cooki:60,copi:[5,32,36,38],copycontextfrom:58,copyscopeinfofrom:[50,58],core:[5,36,37,39,41,55],correctli:18,correspond:[2,3,5,25,38,39,41,50],corrupt:25,cost:11,could:[9,18],couldn:[9,74],count:[5,44,47,49,60],cours:[2,38,39,50,74],cover:[12,28,30,38,74],cpp:3,cpu:9,crash:[16,20,22,24,36,37,50,56],creat:[4,16,18,22,27,30,32,37,38,39,46,47,50,51,55,60,61,62,63,64,67,68,71,74],createv8runtim:[26,28,39,47,60,64,67,68,69],createv8valuearrai:50,createv8valuearraybuff:57,createv8valuedoubl:54,createv8valuefunct:50,createv8valueinteg:50,createv8valueobject:[28,38,50,67],createv8valuepromis:51,createv8valueproxi:55,createv8valuestr:[50,54],createv8valuesymbol:55,createv8valueundefin:51,createv8valuezoneddatetim:54,creation:[38,40,63],critic:52,cross:[6,18,74],cruel:9,current:[4,5,9,44,50],currentthreadid:44,curv:38,custom:[5,6,29,39,41,50,54,55,57],customfrommap:30,customobject:30,customtomap:30,cycl:[18,38],d:[32,39,61],daemon:[2,38,47],daemonthread:47,dai:[2,41],danger:32,dangl:41,data:[5,29,38,39,50,53],databas:63,dataview:38,date:[26,31,39,53],db:5,dcmake_android_arch:3,dcmake_android_ndk:3,dead:47,deal:[28,30,38,50],debug:[5,6,16,20,24,26,46,50],debugg:[4,50],debuggerid:4,decent:[4,9,18,49,51],decim:39,decimaljsfil:70,decis:38,declar:[50,71,74],decor:[12,50,55,67,74],dedic:[5,38,41,60,74],deepli:9,def:[32,50,60],deficit:50,defin:[5,29,32],definit:5,delai:39,delet:[5,27,32,49,50,61,67],deleteglobalref:38,deliv:74,delta:67,demo:4,demonstr:4,denable_i18n:3,deni:44,depend:[2,5,9,32,39,46,50,71],deploi:[5,55],depot:0,depot_tools_hom:[0,1],depot_tools_win_toolchain:1,deprec:[26,53,54],depth:[28,29,44,55],describ:50,descript:[32,38],design:[6,7,15,16,26,30,32,36,37,39,50,60,69,74],desper:0,despit:50,destroi:38,detail:[4,5,11,22,23,37,47,50,51,61,62,63,64,66,67,68,69,70,74],detect:[6,28,29,44,50,55,56],determin:[38,50,55],dev:[1,40],develop:[0,20,23,26,44,51,53,74],devic:[9,18,26],devtool:[4,20,24,26],diagnos:4,diagram:[5,50],didn:9,differ:[9,12,30,39,41,50,51],differenti:29,difficulti:18,digit:38,direction:[29,62],directli:[4,32,36,38,50,61,74],directori:[0,5,39,70],directory_entry_delay_import:39,disabl:[1,12,13,20,32,38,41,47,51],disabledfunct:50,disabledfunctionset:50,disabledproperti:50,disablegcnotif:54,disableindebugmod:[47,54],discard:50,discardcompil:58,discontinu:26,discord:[26,74],disregard:38,distribut:[17,57,66],djavet:36,dll:[3,20,24,39],dm:2,dnode_dir:3,doc:[4,40,54,56],docker:[0,3,6,9],dockerfil:[2,55],document:[36,50,55],doe:[4,5,16,25,36,38,47,50,74],doesn:[4,5,9,30,32,36,37,38,39,44,46,47,50,71,74],don:[5,9,16,18,26,32,39,46,69,71,74],donat:[9,18,26],done:[4,74],door:60,doubl:[30,31,38,50],doubt:18,down:[40,74],download:[17,39],dr:9,drag:39,drain:[29,38],drain_the_task_queu:60,dramat:[40,50],drive:[3,17,39],drop:[8,9,39,50],dsl:[8,32],due:51,dump:[5,37,41,55,56],dumpbin:39,duplic:12,dure:[5,25,29,36,39,50,54,74],dv8_dir:3,dy:11,dylib:3,dynam:[20,24,26,36,39,50,54],dynamicclass:32,e:[5,12,14,25,27,28,29,36,38,39,47,50,51,60,67,69,70,74],each:[5,38,50,69,74],earli:[9,41],easi:[9,12,26,28,50,53,63,68],easier:30,easili:[9,29,38,47,71],echo:50,eclips:9,ecma:50,ecmascript:9,ecosystem:[5,69],edit:[4,50],effect:[12,36,38,39,60],effici:[2,15,55],effort:[17,18,47,66],eg:17,eight:26,either:[5,7,50],electron:39,elimin:74,els:[28,39,50,51,60,70,74],emb:40,embed:[4,5,9,22,26,40,41],emit:54,empti:44,enabl:[1,2,3,4,12,16,22,32,38,50,51,54,55,61],enablegcnotif:[38,54],enableindebugmod:[47,54],end:[11,32,38,41,50,64],endposit:50,enforc:4,engin:[6,26,27,38,44,56,65,71,72],enginenotavail:[44,57],enhanc:[32,50,54,55,56,57],enjoi:4,enough:[5,18,28,32],environ:[4,5,6,17,20,26,37,39,40,54,56,63],equal:[39,50,53,62,68,70],equival:[38,50],err:68,error:[1,9,36,39,45,46,50,51,55,56,57],es6:[5,9,13,20,39],es:[50,74],especi:[50,63,74],essenti:17,est:50,etc:[5,11,12,14,27,29,36,38,50,60,70],eval:[41,50],evalu:[4,5,39,57,74],even:[0,9,74],event:[4,41,51,60,74],everi:[0,5,12,29,37,38,50],everyth:12,everywher:74,evolv:9,ex:39,exampl:[5,13,20,28,61,62],exce:38,excel:[5,9],except:[28,32,37,38,39,41,46,47,50,54,56,57,74],excess:50,exchang:16,excit:39,excluded_method:28,execut:[3,4,5,32,39,40,41,44,47,49,50,63,64,68],executeboolean:32,executeinteg:[27,30,32,39,47,50,64],executeobject:[27,32,61,62],executestr:[26,27,30,32,39,50,61,62,64,70],executevoid:[27,28,32,39,47,50,60,61,62,63,67,70],executioncontextcr:4,executionfailur:44,executiontermin:44,exist:[5,11,32,39,70],existingsourcecod:50,exit:[25,68],expect:[9,38,44,50],expectedparameters:44,expectedparametertyp:44,experi:[12,25,32,36,39,62,63,68],experienc:12,explain:5,explicit:[5,27,74],explicitli:[25,32,36,38,41,63],explor:39,expos:[4,5,18,29,30,32,38,39,43,50,51,56,74],exposur:[26,53],express:[12,32,60],extend:[28,32,50],extens:[14,50,63],extern:38,extra:74,extract:29,extrem:[37,50],ey:41,f:2,face:[1,5],fact:[25,51],fail:[2,20,24,39,44,47,50,57],failedtoreadpath:44,failur:[21,56],fall:31,fals:[1,16,27,29,32,36,38,39,50,60,61],famou:29,fanci:29,faq:26,far:9,fast:50,faster:4,featur:[4,5,8,9,12,30,36,38,39,44,49,50,51,52,61,66,69,70,74],feed:[5,39],feel:[4,39,50],fetch:[5,51],few:[1,2,4,8,9,11,12,28,29,32,38,50,53,54,61,62,68],field:32,file:[1,5,9,22,38,39,51,60,70],filecont:51,filepath:51,fill:50,filter:50,find:[11,50],fine:[16,26,29],first:[1,4,36,39,50,53,74],firstli:50,fix:[9,11,18,21,27,38,39,52,54,55,56,57],flag:[38,55,57],flavor:[4,15,50,68],flip:16,float32arrai:[30,38],float64arrai:[30,38],fly:4,folder:[3,41,60],folk:[12,39],follow:[1,2,3,4,5,15,17,22,25,26,28,30,38,39,41,44,46,49,50,51,60,67,69],footprint:5,forc:[25,32,41,63],foreach:[49,53],forev:[2,38],form:[9,50],format:[38,44,50],forward:[9,39],found:[21,39,44,70],fpic:1,framework:[12,71],free:[4,5,12,30,37,38,39,50,54,63,74],freed:5,frequenc:38,frequent:74,friend:51,friendli:[50,74],from:[0,2,5,6,9,11,15,16,17,25,29,32,39,40,41,44,47,50,51,54,55,56,57,60,61,63,64,67,68,72,73],frommap:30,frustrat:[0,9],fs:5,full:[9,41,50],fulli:[9,28],func:50,functioncallbackreceiv:50,functioncontext:50,functionnam:53,fund:18,fundament:[16,46,71],further:4,futur:[9,18],g:[5,12,14,17,25,27,29,36,38,39,50,51,60,61,67,69,70,74],garbag:[25,36],gather:50,gb:2,gc:[36,63,67],gcbeforeengineclos:54,gcc:[17,54],gcov:17,gen:1,gener:[28,32,38,44,50,55],generatearraywithconvert:50,generatearraywithoutconvert:50,genuin:25,get:[5,9,12,18,25,27,28,30,32,36,38,39,41,46,47,49,50,51,56,57,60,62,63,69,70,71,74],getabsolutepath:70,getandincr:49,getclass:28,getconfig:[32,39,69],getcontext:[50,56],getconvert:30,getdetailedmessag:56,getengin:[39,47,63,69],getentri:49,getexecutor:[26,27,28,30,32,39,47,49,50,60,61,62,63,64,67,68,70],getfilecont:51,getfilepath:51,getglobalobject:[12,27,28,30,32,47,50,51,60,61,62,63,67,70,74],getguard:47,gethandl:55,getidentityhash:53,getinst:[32,36],getinteg:[39,47],getisolateid:4,getjavetenginepoolnod:71,getjavetenginepoolv8:71,getjoin:32,getjsfunctiontyp:[50,54],getjsscopetyp:50,getkei:49,getlength:49,getlibpath:36,getlogg:[39,46,70],getmessag:68,getmethod:[28,50],getmethodnamefromlambda:[50,55],getmethodnamesetfromlambda:[50,55],getnam:[28,30,67,71],getnodeinst:[26,28,38,60,64,69],getnodemodul:39,getobject:[30,32],getownpropertynam:49,getownpropertynamestr:58,getownpropertysymbol:55,getparametercount:28,getposit:50,getpromis:51,getprototyp:55,getscopeinfo:58,getscriptsourc:58,getsiz:49,getsourcecod:[50,54],getstack:56,getstr:70,getstringvalu:50,gettarget:55,getter:[30,32,50,55,56,67,74],getutil:32,getv8heapspacestatist:[38,56],getv8heapstatist:[38,56],getv8inst:[26,38,39,47,64,67,68,69],getv8lock:37,getv8runtim:[39,47,63,70],getv8scop:38,getv8sharedmemorystatist:[38,56],getvalu:[28,30,49,50,67],getvers:55,git:2,github:4,give:[27,29,38,47,50],given:[27,38],global:[5,12,39,50,63,74],globalobject:[12,50],globalthi:[12,39,74],gn:1,go:[39,52],goal:50,goe:[12,50],gone:[9,25],good:[5,38,67],googl:[0,4],got:[9,11],graalj:32,gracefulli:60,gradl:[0,2,3,6,9,32],grain:29,granular:37,great:26,greater:47,groovi:32,groupid:[26,32,66],gson:4,guard:47,guess:67,guid:[1,26,72],guido:9,gyp:39,ha:[0,5,8,9,12,16,28,30,32,36,38,39,46,49,50,51,54,74],hack:[9,12,25],hacki:16,had:[9,11],hair:9,hand:25,handi:51,handl:[12,25,28,32,37,39,55,57,63],handler:[57,60],hang:47,happen:[21,25,29,38],happi:50,hard:[0,9,51,74],harmoni:50,hascontextextensionslot:50,hashmap:[30,32,62],hashset:[28,30,50],hasinternaltyp:55,hasn:[9,25,50],hasownproperti:70,haspendingexcept:56,haspendingmessag:56,hasscheduledexcept:56,have:[2,3,9,16,18,26,28,30,32,38,39,50,51,70,74],haven:9,heap:[5,38],heapstatist:44,heavi:39,heavili:[8,28,50,74],hei:9,hell:[46,71],hello:[32,60,61,63,65,72],help:[4,41],henc:50,here:[0,4,5,9,11,28,32,36,38,39,40,50,51,60,61,62],hide:[5,9],hierarchi:74,high:[5,29,38],highlight:69,hijack:60,hint:[38,50],histori:[10,11,20,74],hit:[25,47],hmodul:39,hoc:[9,37,40,55],hold:[32,38,51],home:0,host:[4,5,22,36,39,60,64,67,68],hotfix:74,hour:[2,9,18],how:[4,5,7,11,13,15,20,25,28,36,37,39,55,74],howev:[5,9,11,12,18,25,29,30,36,38,50,74],http:[2,4,5,26,40,60],huge:[22,40,66],i18n:[1,3,20,24,44,57],i7:[9,40],i:[3,8,9,11,16,18,20,24,26,27,30,32,39,50,60,74],ia32:1,id:[1,4,5,44,50],idea:[8,9,11,38],ident:[27,39,50,67],identifi:32,idl:38,idlenotificationdeadlin:54,ieee:38,ignor:[32,38,50,54],ijavetanonym:[32,50,55],ijavetanonymous1:50,ijavetanonymous2:50,ijavetbiindexedconsum:54,ijavetclos:[32,55],ijavetconsum:54,ijavetengin:[39,47,63,69,70],ijavetengineguard:[47,53],ijavetenginepool:[47,63,71],ijavetentityfunct:[29,30],ijavetentitymap:[29,30],ijavetlibloadinglisten:[36,56],ijavetmapp:[30,55],ijavetpromiserejectcallback:51,ijavetuniconsum:54,ijavetuniindexedconsum:54,imag:[2,9],immedi:[5,16,22,37,38,41,47],impact:[41,50],imper:74,implement:[9,26,30,32,36,38,50,51,66],impli:[11,16,17,25,66,74],implicit:[27,74],implicitli:[27,56],imposs:66,improp:57,improv:[9,37,38,56],includ:[2,9,18,27,36,50,74],inconsist:74,inconveni:[29,36],incorrect:50,increas:[5,29,44,74],increaseandget:67,increment:28,inde:[11,41],independ:[1,40],index:39,indic:50,ineffici:29,inevit:16,infinit:[47,68],info:[46,58],inform:30,inherit:74,initi:[5,20,24,39,57,60,63,67],inject:[29,32,36,44,50,51,55,74],inner:[50,56],input:[50,62,68],insid:[2,4,5,32,38,51],insight:5,inspect:[4,16,50],inspector:[4,13,20],instal:[8,9,17,36,39,60,65,70,72],instanc:[5,12,16,27,38,39,40,41,46,50,61,67],instead:[29,37,38,39,54,62,74],instruct:[2,38],int16_t:38,int16arrai:[30,38],int32_t:38,int32arrai:[30,38],int64_t:38,int64arrai:30,int8_t:38,int8arrai:[30,38],intarrai:27,integ:[30,31,32,38,49,50,60],integerlist:27,integr:[4,9,26,46,53,65,72],intellij:[6,9],intend:[9,12],interact:[4,5,28,54,59,68,72],intercept:[4,6,32,38,39,53,55,65,72],interceptor:[5,25,50,51,63,67],interest:[2,9],interfac:[46,51,74],interfer:5,intern:[6,32,36,37,38,50,56,57],internet:2,interop:[26,59,72],interpret:[4,5],interrupt:47,interruptedexcept:[47,60],intl:1,intro:26,introduc:[29,38,56,74],intrud:50,intrus:30,intvalu:50,invis:50,invoc:50,invok:[12,28,54],invokeobject:[50,61],invokeprimit:50,invokevoid:50,involv:12,io:[4,16],is_component_build:1,is_debug:1,isassignablefrom:32,isasyncfunct:55,iscal:50,isclass:50,isclos:55,iscompil:58,iscontinu:47,isdead:53,isdebugen:46,isdeploi:36,isdirectori:32,isfil:32,isfunct:50,isgeneratorfunct:55,isgeneratorobject:55,isinfoen:46,isinus:[47,53],islibinsystempath:36,isnullorundefin:54,isol:[12,37,38,40,41,74],ispurgeeventloopbeforeclos:57,isrevok:55,issu:[1,5,11,25,37,38,39,41,54,55,56],issuppressingerror:[36,56],istringjoin:32,istringutil:32,isundefin:28,isv8bindingen:50,iswarnen:46,iter:27,its:[0,5,9,32,37,38,39,50,51],itself:50,iv8executor:39,iv8inspectorlisten:4,iv8moduleresolv:55,iv8valu:[53,54,58],iv8valuefunct:[54,55,58],iv8valueobject:[50,53,54,55,58],iv8valuepromis:51,iv8valueproxi:55,iv8valuerefer:53,j2v8:[10,11,12,20,72,73],j2v8_win32_x86_64:9,j4:1,jackson:4,jan:74,jar:[3,5,9],java:[4,5,9,14,26,28,29,32,36,38,39,51,56,59,60,62,67,70,72,74],javadoc:55,javaobject:[38,74],javascript:[5,16,25,26,29,32,37,39,40,51,56,59,62,64,67,72,74],javenod:[14,15,26,51,66,70,74],javet:[4,6,8,9,13,14,15,16,19,20,21,24,25,27,28,29,30,32,35,38,41,43,44,46,47,49,50,51,53,55,60,61,62,65,66,67,69,70,71,72],javet_hom:[0,1,3],javetbridgeconvert:[27,56],javetcallbackcontext:54,javetcallbackexcept:54,javetcompilationexcept:56,javetconsoleinterceptor:63,javetconverterconfig:[29,55],javetconverterexcept:29,javetdynamicobjectfactori:[32,58],javetdynamicproxi:58,javetengin:[63,69],javetengineconfig:[38,46,54,57,71],javetengineconfignod:71,javetengineconfigv8:71,javetengineguard:[47,54],javetenginepoo:69,javetenginepool:[39,46,54,56,63,69,71],javetenginepoolnod:71,javetenginepoolv8:71,javetentityfunct:[50,55],javetentitysymbol:30,javeterror:[54,57],javeterrortyp:32,javetexcept:[28,50,51,60,70],javetexecutionexcept:[32,39,56],javetlibload:36,javetlibloadinglisten:[36,56],javetlogg:46,javetnativemonitor:5,javetobjectconvert:[28,29,30,55,74],javetosutil:[39,60,70],javetoutofmemoryexcept:56,javetprimitiveconvert:[31,55,57],javetpromiserejectcallback:54,javetproxyconvert:[27,29,55,56,61,74],javetreflectionutil:[50,55],javetscriptingerror:56,javetstandardconsoleinterceptor:[38,63,67],javetterminatedexcept:47,javetuniversalproxi:58,javetuniversalproxyhandl:55,javetvirtualobject:55,jdk:[0,6,28,46],jerri:28,jetti:4,jni:[5,8,36,38,50,56,57],jnilib:3,join:32,joiner:32,joke:9,js:[0,2,6,7,9,13,14,18,20,21,22,24,26,36,37,38,40,43,44,50,51,52,53,55,57,59,63,65,66,72],jsfunction:50,jsfunctiontyp:50,json:[2,4,27,62],jsruntimetyp:[36,39,69,71],just:[2,4,9,12,28,30,36,37,38,39,40,50,61,74],jvm:[2,5,22,26,29,32,36,37,53,60,62,63,69,74],keep:[5,29,32,38,41],kei:[5,39,49],keyword:50,kind:[5,9,28,37,50,74],know:[5,7,9,25,35,39,50,74],known:[32,38],kotlin:[8,32],l:69,lack:[70,74],lambda:[32,50],land:25,lang:[29,36],languag:[38,50],larg:[2,16],last:9,later:[9,11,39],latest:[0,2,18,69],launch:[39,41],layer:[9,74],layout:50,lazi:5,ld:1,lead:[25,41],leak:[6,9,11,29,38,41,54,56],leakag:[12,44],learn:[11,15],least:[5,9],leav:[5,11,30,39],legaci:[3,5,9,19,20,57],len:50,length:[27,28,30,38],less:36,let:[4,9,25,28,32,39,60,68],level:[12,29,37,50],lexic:50,lib:[3,39,56],libgcc:57,libjavet:[3,36,39],libnod:1,librari:[0,1,2,4,5,7,12,20,22,24,39,44,46,50,55],librarynotfound:44,librarynotload:44,libstdc:57,lifecycl:[12,38,41,50],light:38,like:[1,4,9,11,12,26,39,41,44,50,57,68],limit:[5,12],line:[28,37,50,68],link:[1,20,24,38,39],linux:[11,19,20,26,40,53,54,55,57,74],list:[26,29,30,32,33,50],listen:[4,25,38,51,60],liter:74,littl:[12,30],live:[4,26,37,38,50],load:[5,12,21,35,44,70,74],loadabl:5,loadj:70,loadlibrari:[36,55],loadlibraryexw:39,local:[9,28,38,50],locat:[5,39,74],lock:[5,35,38,44,47,54,74],lockacquisitionfailur:44,lockconflictthreadidmismatch:44,lockedthreadid:44,locker:37,lockreleasefailur:44,log:[28,38,41,45,50,51,60,63,67],logerror:70,loggerfactori:46,logic:[9,29,50,51,60,74],loginfo:[39,70],longer:[12,29,32,38,41,74],longlist:27,longwa:18,look:[1,5,9,11,39,55],lookup:50,loop:[25,47,51,60,68],lot:[11,63],low:5,lower:11,lowest:[9,18,66],lowmemorynotif:[32,50,54,63,67,74],lt:1,luck:9,luckili:[29,39],m1:18,m:2,mac:[2,9,19,20,26,74],macbook:[9,18,26],machin:9,maco:[3,9,26,36,66],made:[9,11],mai:[1,2,4,5,9,12,15,25,26,27,29,32,36,37,38,39,41,46,47,50,71],mail:26,main:[3,28,32,61],mainli:40,mainstream:52,maintain:[3,16,17,18,22,26,52,66,74],mainten:[52,55],major:[39,53,74],make:[0,1,2,3,16,29,30,38,39,51,60,70,74],malform:50,malfunct:18,malici:[41,47],manag:[5,9,12,15,18,26,33,54],mani:[1,9,11,18,38,50,74],manipul:[38,49],manner:[18,51,74],manual:[11,17],map:[5,27,29,30,39,49],mapi:62,mapx:62,mark:47,master:[9,51],match:[30,32,39,61],matcher:[32,61],mathadd:50,maven:[2,6,32],mavin:36,max:44,max_valu:60,maxdepth:[4,44],maxim:[37,41],maximum:29,maxscriptscaches:4,me:[9,18,26],mean:[36,39,46,50],meanwhil:[9,60],mechan:[36,74],meet:[29,39],memor:30,memori:[6,9,11,15,25,29,35,36,41,44,50,54,56,74],mental:74,mere:9,messag:[4,38,44,46],method:[4,12,28,30,32,44,50],method_prefix_get:28,method_prefix_i:28,methodhandl:56,methodnam:[28,44,50],mid:[18,26],might:[11,18,36],migrat:[12,26,72],millisecond:[38,47,60],mini:[9,18],minim:[5,30,41,63],minut:[2,5,29],mirror:50,mismatch:44,mission:66,mistakenli:56,mix:12,mixtur:5,mockcallbackreceiv:50,mode:[3,6,7,13,17,20,21,22,25,26,36,38,40,41,50,51,52,54,55,57,63,65,66,72,74],model:5,modul:[6,18,21,25,41,43,44,50,70],modular:[21,35,41,74],modulenam:44,modulenameempti:44,modulenotfound:44,modulepermissiondeni:44,monitor:47,monolith:0,month:[9,11],more:[5,9,17,18,30,36,38,39,43,44,47,50,51,55,56,63,64,67,68,69,70,74],most:[12,37,39,41,50],mostli:25,motiv:[10,20,74],move:[9,54,55],msvc:[1,39],much:[5,9,32,38,40,41,50,68,70,74],multer:60,multi:[51,63,74],multipl:[5,16,22,37,39,41,55,74],must:[36,50,70],my:[9,18,26],myjavetengineconfig:71,myjavetlogg:[46,71],n:[32,39,50,61],name:[4,5,12,28,30,36,39,44,46,50,56,67,70,71],napi:[21,39],napi_create_buffer_copi:39,napi_create_error:39,napi_create_funct:39,napi_get_undefin:39,napi_open_escapable_handle_scop:39,nativ:[5,18,21,26,27,30,37,38,41,50,53,60,74],natur:[50,51],navig:[3,39],ndk:[0,57],nearli:9,necessari:63,need:[0,3,4,9,18,28,29,30,32,37,38,39,50,51,61,66,74],nest:37,net:[5,32],network:2,never:74,newer:7,newglobalref:38,newpath:32,newsourcecod:50,next:[0,18,29,50],nextlin:68,ninja:1,nio:38,node:[0,2,4,6,7,9,13,14,18,20,21,22,24,26,36,37,38,40,43,44,50,51,52,55,57,59,63,65,66,68,71,72],node_bind:1,node_hom:[0,1,3],node_modul:[39,41,60,70],node_module_fil:39,node_sqlite3:39,nodemodulemodul:39,nodemoduleprocess:55,noderuntim:[16,39,54,57,60,64,69],noderuntimeopt:56,non:[32,41,50],none:[4,50],normal:[4,38,47,60],note:[26,32,38,39,50],noth:12,notif:[4,38],notifi:[38,67],notsupport:44,now:[1,8,9,28,32,39,46,50,67],nowadai:9,npm:[39,60,70],nullpointerexcept:29,number:[29,31,38],o:[1,50],object:[1,5,12,25,38,41,49,54,55,56,57,59,61,63,67,72,74],objectclass:28,observ:56,obtain:41,obvious:[9,39,50],occur:[25,29,32,38],octet:38,off:[1,4,5,38],offer:[12,14,38],offici:[1,9,15,17,26],often:38,old:[5,9,18,41,51],older:40,onc:[1,3,28,29,38,39,44,60],one:[5,7,9,11,12,16,22,27,32,36,38,39,50,61,67,68,69,74],ones:30,onli:[5,12,14,16,18,22,29,31,32,36,39,41,46,50,52,66,74],open:[30,32,41],oper:[5,29],opportun:29,opt:2,option:[0,6,16,31,39,41,50,55,57,67,69],optionaldoubl:31,optionalint:31,optionallong:31,optionalstr:50,order:[39,49],org:46,organ:54,origin:[4,5,50],originalsourcecod:50,orphan:32,os:[0,2,5,26,44,74],osgi:36,osnotsupport:44,other:[5,12,29,36,37,38,41,46,50,51,54,60,62,66,69,74],otherwis:[4,30,31,36,37,50],out:[1,26,38,39,44,47,60,61,62,64,67,68,74],outer:9,outofmemoryerror:32,outperform:40,output:[3,28,50,60,61,62],outsid:38,over:[5,25,29,50,74],overflow:29,overhead:[5,12,29,30,37,38,40,47,63],overload:32,overrid:[28,32,36,46,50],overridden:[29,36],own:[0,5,9,18,28,30,32,36,38,39,50,51],ownership:51,ownkei:55,p:[1,32],pace:38,packag:[5,8,9],page:4,pai:[9,18,74],pain:74,pair:[28,50],parallel:50,param:4,paramet:[44,50],parent:[28,41],pars:4,parser:60,parti:[46,50],partial:5,particular:[9,36,39,40],pass:[41,55],patch:52,patch_node_build:1,patch_v8_build:1,patchelf:39,path:[1,17,36,39,44,60],pattern:[4,12,15,30,47],pause_the_event_loop:60,pe:39,pend:[57,60],peopl:[25,74],per:[5,18,32,36,37,38,39],perform:[2,4,5,9,25,27,29,30,35,36,38,39,41,50,53,56,60,63,67,74],period:43,permiss:9,persist:38,person:8,perspect:[12,38],phase:1,pid:5,piec:39,pink:61,pitfal:0,place:[3,5,9,25,29,38,74],plai:[9,37,39,51,60],plan:[9,18],platform:[0,6,18],pleas:[1,2,3,4,5,11,16,17,18,22,23,26,29,32,36,37,38,39,41,47,50,51,52,61,62,63,64,66,67,68,70,74],plug:36,point:[38,39],pointer:[38,50],pojo:30,pojoarrai:28,polyfil:[26,65,72,74],pom:[9,57],pool:[6,26,38,46,53,56,65,71,72],popinteg:49,port:[4,52,60],posit:[1,40,50],possibl:[5,30,37,41],potenti:[39,55,56],power:28,ppa:17,ppee:39,practic:[4,5,12,42],pre:[0,1,6],preciou:9,precis:[9,18,29,50],prefer:26,prefix:71,prepar:[17,36,39,50,63],presenc:50,preserv:49,pressur:[38,74],pretti:39,prevent:[25,36,38,41],previou:50,primit:[27,28,29,30,32,41,50,53,56,57],print:[51,62,68],println:[26,39,60,61,62,64,67,68],printstacktrac:[28,47,60],prior:36,prioriti:[17,56],privat:[16,17,22,26,28,30,32,50,66,67],pro:30,problem:[4,9,28,50],problemat:9,proce:1,process:[4,25,28,51],produc:26,profession:39,profil:4,prohibit:41,project:[5,9,11,12,14,15,26,32,39,51,66,70,74],promis:[25,41,48,60],promotescheduledexcept:56,proper:1,properli:5,properti:[17,29,30,32,67,71],propertynam:28,propertysourc:71,protect:[28,37,46,47,71],protocol:4,prototyp:50,provid:[5,17,25,27,28,29,30,32,39,49,50,63,67,74],proxi:[27,30,56,57],pseudo:[50,51,60],publish:[3,74],pull:2,puppi:39,purchas:[18,26],purg:[5,60],purpos:50,push:[2,49,50,51],put:[30,32,41,62],py:1,python2:9,python3:[1,9],python:[1,6],queri:4,question:74,queue:[38,51],quick:18,quickli:4,quit:[0,5,11,12,29,32,38,46,47,50,60,63,74],quot:50,r21e:0,r23b:57,r:[2,17,61],r_x86_64_tpoff32:1,race:[5,37],radic:50,rais:51,rang:[31,38],rapidli:9,rather:50,ratio:38,ration:38,raw:38,re:[54,60],reach:[29,44],read:[29,38,44,51],readi:[1,3],realiti:9,realli:[3,9,51],reason:[0,5,9,22,25,44,51,60,74],rebuilt:[39,54],receiv:[50,51,55],recogn:50,recommend:[5,8,32,40,41,50,51,63],recompil:1,recurs:[28,29,55],recycl:[5,25,29,32,38,40,41,64],redirect:63,reduc:22,redund:50,refactor:[50,54,55,56,57],refer:[4,11,25,26,32,36,37,39,40,41,47,50,51,61,62,63,64,66,67,68,70,74],referenc:[32,38,39],referencecopi:58,reflect:[28,30,32,41,50],refus:4,regard:[2,4],regardless:[36,37,41],regist:[12,25,39,41,44,50,51,63,67,74],registercustomobject:[30,55],registr:[30,44,74],regular:[18,30,37],reject:[25,41,55],rel:9,relai:[39,56],relat:[22,50],relationship:30,releas:[1,3,5,9,18,26,38,44,74],reli:[17,38,46,71],reload:36,reloc:1,remain:50,remot:4,remov:[9,54,55,56,57],removegcepiloguecallback:56,removegcprologuecallback:56,renam:[54,55,58],repeat:74,repeatedli:36,replac:39,report:[18,37],reportpendingmessag:56,repositori:[2,17],repres:[5,12,29,38,50,74],represent:62,req:60,request:4,requir:[1,8,12,36,39,40,41,47,50,51,60],reset:[40,41],resetcontext:[5,37,41,54],resetisol:[5,37,54],resolv:[25,32,39,60,74],resourc:[3,5,12,15,26,29,33,37,39,44,47,51,64,67,68,71],resourcenam:39,respons:[4,36,39,50],rest:4,restart:[2,74],restor:[36,50],result:[4,5,29,37,41,51,64,68],resume_the_event_loop:60,retir:26,reus:[7,12],review:[50,51],revis:58,revisit:9,reviv:[9,18],revok:55,rich:74,richer:74,rid:74,right:[4,36],risk:[36,41],roi:9,role:74,root:[21,28,38,39],rossum:9,rough:50,roughli:2,routin:[20,24,39],rule:[38,50],run:[2,5,28,32,37,38,39,40,47,70],runifwaitingfordebugg:4,runtim:[4,5,17,22,32,36,37,39,41,44,47,50,55,56,57,60,63,64,67,68,69,74],runtimealreadyclos:44,runtimealreadyregist:44,runtimeclosefailur:44,runtimeleakagedetect:44,runtimenotregist:44,runtimeoutofmemori:44,s:[0,2,5,9,11,18,25,26,28,32,37,38,39,40,41,44,50,51,60,62,69,74],safe:[5,25,29,37,50],safeti:50,sai:[9,28],same:[0,5,16,37,38,39,41,50,51,74],samevalu:53,sampl:[5,28,32,36,38,39,50,60],samplewithoutthi:50,samplewiththi:50,satisfi:9,save:[39,60],scan:50,scanner:68,scenario:[37,38,41,53,74],scene:[5,12,25,62],schedul:[38,56],school:5,scope:[12,16,38,58],scope_info:50,scopeinfo:[50,58],scratch:[0,6,11],screenshot:4,script:[1,3,5,9,12,39,41,47,50,54,63,68,70],scriptcontext:50,scriptcontextt:50,scriptfil:39,scriptpath:39,scriptstr:39,sdk:[0,46,71],seamlessli:60,search:50,second:[1,4,15,22,47,50],secondli:50,section:[0,39,50],secur:[5,12,39,70,74],see:[25,39,69],segfault:[25,74],select:[17,38,50],semi:50,send:[4,29,38,60],sensit:[37,38,41,53,74],sentenc:[50,74],separ:[5,12,32,40],serializ:50,seriou:[9,11],serious:[9,40],serv:[16,18],server:[4,29,66],serverup:60,session:9,set:[1,4,5,7,9,12,27,28,29,30,32,36,38,39,46,49,51,54,60,61,62,67],setallowev:71,setasynccallstackdepth:4,setautosendgcnotif:[38,71],setblackboxpattern:4,setcontext:50,setconvert:[27,28,32,61],setdefaultengineguardtimeoutmilli:71,setdynamicobjectfactori:32,setengineguardcheckintervalmilli:71,setescap:38,setextractfunctionsourcecod:29,setfunct:[53,54],setinterv:[14,60,70],setjavetlogg:[46,71],setjoin:32,setjsruntimetyp:[39,69,71],setlibloadinglisten:36,setlibraryreload:36,setmemoryusagethresholdratio:[38,54],setmodul:39,setnam:[28,30,67],setpauseonexcept:4,setpooldaemoncheckintervalmilli:71,setpoolidletimeoutsecond:71,setpoolmaxs:71,setpoolmins:71,setpoolshutdowntimeoutsecond:71,setposit:50,setpromiserejectcallback:51,setprototyp:55,setproxymapen:[29,32],setpurgeeventloopbeforeclos:[57,60],setrequirerootdirectori:39,setresetenginetimeoutsecond:71,setresourcenam:39,setscriptsourc:[50,58],setskipfunctioninobject:29,setsourcecod:[50,54],setsourcecodeopt:58,setstringvalu:50,setter:[30,32,50,55,67,74],settimeout:[14,60,70,74],setutil:32,setv8moduleresolv:39,setv8runtim:50,setvalu:[28,30,50,67],setweak:[38,41],sh:[3,39],share:[0,1,5,37,39,50,51,60,74],shell:[6,65,72],ship:4,should:[32,47],show:[4,5,32,38,50,51],showcas:4,shut:74,side:[5,16,38],sign:38,signatur:[30,44,50],signific:38,significantli:44,similar:[32,41,63],simpl:[28,32,36,38,39,46,50,60,69],simpler:39,simpli:50,simplifi:[5,50],simul:[14,39,50,70,74],sinc:[9,66],singl:[5,9,37,40,50,60],singleton:16,sit:9,situat:50,size:[2,5,22,27,30,36,38,44],sjtucaocao:[1,2,26],skip:[27,29,32,55],slave:17,sleep:[47,60],sleep_a_whil:60,slf4j:46,slight:37,slightli:40,sloppi:50,slot:50,slow:[30,40],slowli:11,smart:[32,38],smartli:32,smooth:74,smoother:38,smoothli:[12,29],snapshot:17,snippet:[30,38],so:[1,2,3,5,7,9,12,14,16,17,18,25,27,28,29,30,32,36,37,38,39,41,46,50,51,60,62,66,70,71,74],softwar:17,solut:[1,11,18,30,50],solvabl:9,some:[4,5,9,12,14,17,18,21,25,29,36,38,40,50,51,56,63,70,74],someon:[9,18,39],someth:[9,50],sometim:[11,27,28,29,32,38,50,51],somewher:39,soon:26,sourc:[1,4,16,29,37,39,44,47,61,62,63,64,67,68,70,74],sourcecod:50,space:38,spawn:63,speak:50,special:[32,50],specif:[38,51],specifi:[50,74],spend:9,split:32,spring:[12,26,53,65,72],sqlite3:39,src:3,stabl:2,stack:[29,50],stackoverflowerror:29,stage:41,stai:[32,36,60,74],stamp:39,standard:25,star:26,start:[5,11,16,29,47,50,56,60,74],start_io_thread_async_initi:16,startposit:50,startswith:28,state:[4,50],staticclassen:55,staticecho:50,statist:[43,56],statu:[17,47],std:16,step:[9,12,25,27,30,32,36,38,39,50,61,64,67,68],stick:9,still:[9,47,50,74],stop:[1,3,9],storag:2,store:[5,38,39,50],stori:50,str:[32,50],stream:[30,50,55,57],strictequ:53,string:[5,28,30,31,32,39,46,51,53,60,62,64,67,68,70],stringarrai:62,stringifi:[27,62],stringjoin:32,stringlist:62,stringutil:32,stringvalu:50,strongli:50,structur:[28,44,55],studio:[0,1,6,58],style:43,subclass:[30,32,41],substanti:29,substr:28,success:74,successfulli:[0,2,4],sudo:[17,39],suffer:9,suit:7,suitabl:67,summari:5,supplier:50,support:[1,2,3,5,8,9,16,19,20,24,26,30,31,32,36,38,39,44,47,49,50,54,55,56,57,66,69,74],suppos:[9,31,36],suppresswarn:28,sure:[1,2,3,9,16,29,38,39,60,70],surpris:9,surround:37,swc:39,symbol:[18,21,27,30,39,44,55,57],symbol_level:1,symboltyp:50,sync:5,synchron:74,system:[5,8,11,26,36,39,44,46,60,61,62,64,67,68],system_temporary_directori:5,t:[4,5,9,16,18,25,26,28,29,30,32,36,37,38,39,44,46,47,50,68,69,71,74],tabl:39,take:[2,5,9,11,18,25,31,32,38,39,50,54,56,60,63,68,74],target:[4,7,29,30,74],target_cpu:1,target_o:1,task:[38,51,54],team:9,technic:[18,50,69],tediou:[5,12,74],tell:[4,25,32,36,38,39,60,67],temp:36,temporari:[18,66],temporarili:9,term:[5,47,50],termin:[44,45],terminateexecut:[47,53,74],test:[2,3,5,6,9,15,16,17,26,32,37,39,40,50,51,53,60,66,70],testexpress:60,testfrommodul:39,testfunct:50,testintercept:67,testinterceptor:67,testlogg:46,testopt:50,testpojo:28,testproperti:50,teststream:50,testv8valuedataview:38,testv8valuetypedarrai:38,than:[11,29,40,47,50,70,74],thank:[18,26],thei:[5,9,18,30,36,39,41,44,51,69],them:[0,3,4,32,38,50,52],there_are_more_tasks_in_task_queu:60,thi:[3,4,5,9,11,12,17,21,25,26,28,29,30,32,36,37,38,39,51,57,60,61,67,69,74],thin:1,thing:[12,29,30,38,39],think:[9,11,13,15,16,20],thisobject:50,thisobjectrequir:[50,55],those:[1,4,5,12,25,38,39,50],though:[8,44,50,63,74],thought:[9,11],thread:[5,9,16,38,40,44,47,51,54,55,63,74],threshold:38,through:[39,50],throughout:50,throwabl:[46,68],thrown:[37,38,41,47,50],till:47,time:[9,16,18,30,32,36,39,63],timeout:[47,51],timer:60,timestamp:7,timeunit:[47,60],tini:29,tip:[4,26,33],tl:9,tmp:32,toarrai:[32,62],toclon:[50,58],todo:[26,33],tofil:60,togeth:[4,60],tojsonstr:50,toler:50,tolowercas:28,tom:28,tomap:30,too:[9,16,18,39],toobject:32,took:74,tool:[0,1,2,6,17,23,26,53],toolchain:17,top:[12,39,50,74],topath:32,topic:[29,51],toprimit:27,tostr:[32,39,49,50,61,68,70],touch:[32,37],touchabl:30,tov8valu:[27,28],tp:[9,40],track:[5,38],trade:5,transpar:[28,32,50,74],treat:[32,36,38],tri:[5,9,21],trick:60,tricki:50,trigger:[16,37,38,50],troubleshoot:[20,26,33],turn:[1,4,5,38,54],tutori:26,tweak:28,two:[32,38],txt:9,type:[12,27,28,29,30,32,36,37,38,40,44,53,54,56,57],typic:[5,47,50],ubuntu:[0,2,17,39,54,57,66],uint16_t:38,uint16arrai:[30,38],uint32_t:38,uint32arrai:[30,38],uint64_t:38,uint8_t:38,uint8arrai:[30,38],uint8clampedarrai:[30,38],ultim:4,unbind:[50,55,74],unbindfunct:[50,55],unbindproperti:[50,55],uncertain:41,uncertainti:9,uncheck:28,undefin:[4,29,32,39,50,68],under:[9,38,41,50],understand:9,unexpect:[9,29,50],unfortun:[5,9],unhandl:41,unhandledreject:51,uniqueid:4,unit:[5,15],univers:54,unknown:44,unless:[18,38,40,41,74],unload:[5,35,39,74],unloadlibrari:[36,55],unlock:37,unmanag:[5,38],unmodifiablelist:27,unoffici:9,unpack:5,unrealist:29,unregist:[63,67],unregistercustomobject:55,unregistr:44,unrel:[5,40],unrestrict:38,unsatisfiedlinkerror:36,unsign:38,unstabl:36,until:38,untouch:50,unzip:39,up:[2,4,5,12,32,37,38,39,55,56,60],updat:[2,17,36,50,54,55,56,57],upgrad:[4,8,9,11,17,43,54,55,56,57,58],upon:30,url:5,us:[1,4,5,8,11,25,26,29,31,36,38,40,41,46,50,63,66,74],usag:74,use_custom_libcxx:1,user:[25,29,32,39,46,63,68,71],userdefin:50,usr:[1,17],usual:[0,28,32,39,47,50,51,60],util:32,v0:[52,53,54,55,74],v10:26,v14:[52,54,55],v16:[52,57],v18:[1,26,52],v1:[4,52,56,66],v2:[9,26,52],v3:[8,39],v4:9,v6:9,v7:8,v7a:3,v8:[0,2,4,6,7,9,11,12,13,18,20,22,25,26,29,30,32,33,36,37,40,41,43,44,47,60,61,62,63,65,66,67,68,71,72],v8_enable_i18n_support:1,v8_enable_pointer_compress:1,v8_enable_sandbox:1,v8_home:[0,1,3],v8_monolith:1,v8_static_librari:1,v8_target_cpu:1,v8_use_external_startup_data:1,v8a:3,v8allow:[32,56],v8bindenabl:55,v8bindingenabl:[50,55],v8block:[32,56],v8convert:56,v8customobject:30,v8data:74,v8flag:55,v8function:[12,50,51,55,56],v8functioncallback:54,v8gen:1,v8getter:[32,56],v8host:[26,28,36,38,39,47,54,55,56,60,64,67,68],v8intern:56,v8locker:[37,41,53],v8modul:[39,54],v8modulereferr:39,v8notifi:38,v8properti:[12,50,54,55,56,74],v8runtim:[5,26,27,28,30,32,37,39,41,47,49,50,51,53,54,55,56,61,62,63,64,67,68,69,70],v8runtimeobserveraveragecallbackcontextcount:56,v8runtimeobserveraveragereferencecount:56,v8runtimeobserveraveragev8modulecount:56,v8runtimeopt:56,v8runtimesett:50,v8scope:[38,41,55],v8script:54,v8setter:[32,56],v8valu:[28,29,54,55,57,62,68,74],v8valuearrai:50,v8valuebiginteg:57,v8valuebuiltinobject:55,v8valuebuiltinsymbol:55,v8valuefunct:[32,50,54,55,60,70],v8valuefunctiondecim:70,v8valueinteg:[49,50],v8valueobject:[28,32,38,39,50,55,57,67,70,74],v8valueobjectdecim:70,v8valueprimit:74,v8valuepromis:[51,54,55],v8valuepromiseresolv:51,v8valueproxi:55,v8valuesharedarraybuff:55,v8valuestr:49,v8valuesymboltyp:50,v8valuetemp:28,v8valueweakmap:53,v8valueweakset:53,v8virtualescapablevalu:55,v:[3,26,39],vagu:5,valid:[5,38,50],valu:[5,26,28,29,30,31,33,36,38,39,44,49,53,54,55,56,67],valueof:50,van:9,vararg:[32,50,54,57],variabl:[27,37,39,50,56,61,62,67],variou:[0,74],vcbuild:1,ve:[9,11],verbos:74,veri:[5,32,39,41,50,68,69],verifi:[5,39,50],versa:29,version:[1,4,5,8,11,18,26,32,39,66,69],via:[4,5,32,38,39,41,47,50,51,60,67],vice:29,view:53,violat:5,virtual:[32,39,57],visibl:[5,50],visit:[23,26,70],visual:[0,1,6,58],vm:[5,41],voluntarili:39,vs2019:1,vs:[1,6,9],vulner:41,wa:[9,18,74],wai:[0,5,12,25,26,27,28,36,38,39,41,47,50,51,55,60,63,67,71],wait:[2,4,56,60],waitforenginemaxretrycount:57,want:[5,8,9,12,25,29,36,37,38,44,50,52],warn:[1,46,54],watch:9,weak:5,weakmap:49,weakset:49,web:[4,38,41],websit:4,websocket:4,week:74,weight:38,welcom:[2,68],well:[9,18,25,32,38,74],were:9,what:[4,9,10,15,20,29,38,39,74],whatev:[5,25,37,38,50],when:[1,5,9,18,20,21,24,32,38,39,41,47,50,51,57,74],where:[12,13,20,36,39,52,74],wherea:[29,38],whether:[50,55],which:[0,4,5,7,9,12,15,17,18,25,26,29,30,32,36,38,39,40,47,50,61,67,69,70,74],who:[9,39],whole:32,whose:41,why:[4,12,13,20,24,36,38,70],win32:39,windbg:0,window:[11,12,21,26,40,53,74],wise:[2,3,17,50,66],wish:[9,74],within:38,without:[1,2,4,5,25,30,32,36,37,50,56,74],won:[18,25,29,36],word:[5,38,60],work:[4,5,9,12,25,26,36,37,38,39,50,51,60,66,74],workaround:16,worker:38,workflow:2,working_directori:[39,60,70],workingdirectori:39,worri:[29,36,39,47,60],wors:29,would:[9,11,16,18],wrap:38,writabl:32,write:[11,28,29,38,74],written:[18,29],ws:4,wsl2:[0,2],x64:[1,39],x86:[1,3,18,26,55,56,66],x86_64:[2,3,18,26,39,56,66],x:[9,26,27,30,32,39,50,52,62,66],xcode:0,xml:[9,57],xms64m:38,xmx64m:38,y:[17,27,30,32,62],ye:[4,5,17,23,25,29,30,32,36,37,39,49,50,66,70],year:[9,74],yet:25,you:[1,2,3,4,8,9,12,15,23,25,26,28,32,37,38,46,50,52,66,70,71,74],your:[4,9,17,32,36,41,46,71,74],z:32,zero:[5,38],zombi:38,zoneddatetim:[31,57]},titles:["Build Javet","Build Javet from Scratch","Build Javet with Docker","Build Javet with Pre-built Binaries","Debug with Chrome Developer Tools","Javet Design","Development","Test Javet","Development Tools","History with J2V8","Background","What is the Motivation?","How to Think in Javet?","Development","Where are ES6 API in V8 Mode?","Where are the Examples?","Why is the Inspector Disabled in Node.js Mode?","Can Javet Support Legacy Linux?","Can Javet Support Mac?","Environment","FAQ","A dynamic link library (DLL) initialization routine failed","Can i18n be Supported?","Can I Debug Javet in Chrome DevTools?","Troubleshooting","Why Node.js Crashes When being Closed?","Javet","Bridge Converter","Custom Converter","Converters","Object Converter","Primitive Converter","Proxy Converter","Reference","API Reference","Resource Management","Load and Unload","Know the Lock","Memory Management","Modularization","Javet Performance","Best Practices","Tips","TODO List","Error Codes","Troubleshooting","Logging","Termination","V8 Values","V8 Collection","V8 Function","V8 Promise","Release Notes","Release Notes 0.7.x","Release Notes 0.8.x","Release Notes 0.9.x","Release Notes 1.0.x","Release Notes 1.1.x","Release Notes 2.0.x","Advanced","Interact with Node.js","Java and JavaScript Interop","Object Converter","Javet Engine Pool","Hello Javet","Basic","Installation","Interception","Javet Shell","Node.js Mode and V8 Mode","Polyfill","Spring Integration","Tutorial","Migration Guides","Migrate from J2V8"],titleterms:{"0":[53,54,55,56,57,58],"1":[4,37,38,46,53,54,55,56,57,58,60,64],"10":[18,54,55,58],"11":55,"12":55,"13":55,"14":55,"2":[4,37,38,46,50,53,54,55,56,57,58,60],"2021":18,"2022":8,"21":56,"3":[4,8,38,53,54,55,56,57,60],"4":[4,53,54,55,56,57],"5":[54,55,56,57],"6":[54,55,56,57],"7":[53,54,55,56,57,58],"8":[8,54,55,57,58],"9":[53,54,55,56,57],"boolean":[27,50],"class":[32,61],"enum":[32,61],"function":[12,29,32,50,54,55],"import":[5,50],"int":27,"long":[27,38],"null":29,"static":[32,61],"try":38,A:21,If:60,Is:60,It:30,No:18,On:[36,39],One:50,That:60,Will:18,abi:56,about:[18,47,50],advanc:59,aggress:38,all:2,alreadi:36,altern:38,an:61,android:[0,1,2,3,56,66],anonym:[32,55],anoth:36,api:[14,34],ar:[14,15],architectur:5,argument:50,arm64:[18,56],arrai:[27,62],arraybuff:38,aug:18,autom:9,automat:[38,47,50],avoid:50,await:[25,38],background:[10,25],backward:44,basic:65,befor:18,being:25,best:41,between:39,binari:3,bind:[29,50],bindfunct:50,birth:53,bless:74,both:50,bridg:27,bug:53,build:[0,1,2,3,9,18],built:[3,29],c:38,call:50,can:[17,18,22,23,29,36,50],cast:27,caus:25,cdt:4,challeng:38,chang:50,chrome:[4,23],circular:29,classload:[36,55],close:[25,60],co:69,code:[44,50,54],codestr:50,collect:49,commun:8,comparison:[29,37,50],compat:[44,66],config:29,configur:71,context:[5,50],convers:[50,54,74],convert:[27,28,29,30,31,32,55,62],core:56,count:50,crash:25,creat:28,cross:5,custom:[4,28,30,32,36,56],deadlineinmilli:38,deal:39,debug:[4,23,47,53],decim:70,declar:[12,54],defin:[28,50],demand:[36,39],depend:[26,66],deploi:[9,36],deploy:36,design:[5,28],detect:5,develop:[4,6,8,13],devtool:23,disabl:[16,50],dll:21,docker:2,document:26,doe:[29,30,32,37],download:3,dsl:[26,66],dure:60,dynam:[21,32],effect:29,elf:39,empow:55,engin:[5,41,47,53,63],enhanc:30,environ:[0,2,19,36],error:[44,54],es6:[14,74],escap:38,event:[25,54],exampl:[15,39,51],execut:12,executor:12,exist:69,explicit:37,express:2,fail:21,faq:20,featur:[26,32],file:[32,36],first:[54,56],fix:53,fly:50,foreach:54,from:[1,12,30,31,36,38,74],fs:51,full:2,functionnam:50,gap:39,gc:[38,54],github:2,go:28,goal:63,gradl:[8,26,66],groovi:[26,66],guard:53,guid:[73,74],handl:50,handshak:4,hang:60,hello:[26,64],highlight:[30,40],histori:9,hotfix:54,how:[12,18,27,30,32,38,47,50,60],hub:2,i18n:22,i:23,idlenotificationdeadlin:38,ignor:29,ijavetlogg:46,implement:46,implicit:37,index:54,info:50,initi:21,inject:[46,61,71],insid:29,inspector:16,instal:66,instanc:32,integ:27,integr:71,intellij:8,interact:60,intercept:[5,12,50,54,67],interfac:[32,55],intern:[4,39],interop:61,invok:50,isol:5,issu:[9,18],j2v8:[9,74],jar:36,java:[27,30,31,50,55,61],javascript:[27,30,31,50,60,61],javet:[0,1,2,3,5,7,12,17,18,23,26,36,37,39,40,56,63,64,68,74],javetcallbackcontext:50,javetproxyconvert:32,jdk:8,jni:3,js:[1,3,5,8,16,25,39,41,54,56,58,60,64,69,70,74],jvm:38,kei:50,know:37,known:18,kotlin:[26,66],latest:9,leak:5,learn:12,legaci:17,lib:36,librari:[3,21,36,56],licens:26,lifecycl:51,link:21,linux:[0,1,2,3,9,17,39,66],list:[27,43,62],listen:36,live:53,load:[36,39,56],locat:36,lock:37,locker:53,log:46,logger:46,loop:54,lowmemorynotif:[25,38],lt:18,mac:[1,3,18,55,56,66],maco:0,main:60,major:26,manag:[35,38,41,50],manual:[38,39,47,50],map:[32,50,62],maven:[8,9,26,66],mean:37,memori:[5,38],migrat:[73,74],mismatch:50,mode:[5,14,16,32,37,39,47,64,69,70],modul:[5,39,54,55,74],modular:39,motiv:[11,63],multi:[2,5,55],name:32,nativ:[29,36,39,54],node:[1,3,5,8,16,25,39,41,54,56,58,60,64,69,70,74],noderuntim:25,note:[52,53,54,55,56,57,58],now:18,object:[27,28,29,30,32,50,62],one:2,onli:9,open:4,option:[8,38],os:[1,3,18,55,56,66],pass:50,passiv:38,patch:[1,39],path:32,pattern:[32,61],perform:[37,40],platform:5,pojo:28,pojoconvert:28,polyfil:[55,70],pool:[5,41,47,63,69],possibl:60,practic:41,pre:[3,39],prepar:[1,27,32,61],primit:[5,31,54,74],print:64,privat:55,process:[5,55],promis:[51,55],properti:[12,50,54,55],proxi:[29,32,55],python:8,quick:26,readfileasync:51,readi:28,rebuild:39,recommend:38,refer:[5,33,34,38],regist:30,registerjavamethod:74,registr:50,reject:51,releas:[52,53,54,55,56,57,58],remov:36,repositori:9,requir:5,resolv:[51,55],resourc:[35,38,41,50],result:40,root:25,routin:21,run:4,runtim:38,safe:55,safeti:[5,29,37],sampl:67,scope:[50,55],scratch:1,script:4,secur:41,server:60,set:50,shell:[4,68],skip:36,solut:25,sourc:[50,54],spring:71,stage:2,start:26,statist:38,step:[46,60],string:[27,50],stringbuild:[32,61],structur:29,studio:8,summari:50,support:[17,18,22],suppress:36,symbol:50,system:9,take:[29,36],termin:47,test:[7,12,67],thi:50,think:12,thread:[37,41,60],time:[54,56],tip:[42,50],todo:43,tool:[4,8],troubleshoot:[24,45],tutori:72,type:[5,50,74],unhandl:51,unhandledreject:25,unit:12,unload:36,unmodifi:27,unregist:50,usag:[27,30,32,38,49,63,69],user:50,usual:4,v10:[57,58],v16:56,v18:58,v1:55,v2:55,v8:[1,3,5,14,38,39,48,49,50,51,53,54,55,56,57,58,64,69,70,74],v8convert:32,v8function:[32,67,74],v8host:69,v8locker:74,v8properti:[32,67],v8runtim:[12,38,74],v8valu:50,v8valuearrai:49,v8valueglobalobject:12,v8valuemap:49,v8valueset:49,v9:[54,55,56,57],valu:[48,50],variabl:[0,36],version:9,via:29,virtual:5,visual:8,vs:[5,50],weak:38,what:[11,37,50,60],when:[25,29],where:[14,15],why:[1,9,16,25,44,50,74],window:[0,1,2,3,9,39,66],without:38,work:[30,32],worker:60,x86_64:55,x:[53,54,55,56,57,58],ye:18}}) \ No newline at end of file