What is the translation of " CALL STACK " in English? S

call stack
ngăn xếp cuộc gọi

Examples of using Call stack in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Tôi sẽ gọi nó là" call stack".
I will call it“StenScott.”.
Call Stack là thành phần của V8.
The call stack is part of v8.
Mỗi entry trong Call Stack được gọi là 1 Stack Frame.
Each data entered in a call stack is called stack frame.
Khi engine bắt đầu thực hiện đoạn code này, Call Stack sẽ trống.
When the engine starts executing this code, the Call Stack will be empty.
Mỗi mục bên trong Call Stack được gọi là các Stack Frame( khung Stack)..
Each line in call stack is called"frame.".
Combinations with other parts of speech
Call Stack là 1 data structure ghi lại nơi chúng ta hiện diện trong program.
A call stack is a data structure which records where we are in the program.
Vì JavaScript có 1 single Call Stack, nên chuyện gì sẽ xảy ra khi mọi thứ bị chậm?
Since JavaScript has a single Call Stack, what happens when things are slow?
Call Stack- nơi các stack frames tồn tại khi code của bạn thực thi.
Call stack, where the stack gets framed up during code execution.
Blowing the stack” xảy ra khi bạn đến được kích cỡ Call Stack tối đa.
Blowing the stack”- this happens when you reach the maximum Call Stack size.
Call Stack- nơi các stack frames tồn tại khi code của bạn thực thi.
Call Stack- this is where your stack frames are as your code executes.
Chắc bạn không lạ gì những thuật ngữ như là“ V8”,“ event loop”,“ call stack”,“ callback queue”.
You have probably heard of terms like“V8,”“event loop,”“call stack,” and“callback queue.”.
Call Stack là 1 data structure ghi lại nơi chúng ta hiện diện trong program.
The call stack is basically a data structure which records where in the program we are.
Blowing the stack"- đây là điều xảy ra khi bạn chạm tới kích thước tối đa của Call Stack.
Blowing the stack”- this happens when you reach the maximum Call Stack size.
Call Stack- Đây là nơi chứa các khungstack khi các đoạn mã của bạn thực thi.
Call Stack- this is where your stack frames are as your code executes.
Vì vậy, ở mỗi bước execution,function tương tự sẽ được thêm vào Call Stack hết lần này đến lần khác.
So, at every step of the execution,the same function gets added to the Call Stack over and over again.
Tôi có một cái call stack, một event loop, một callback queue, vài apis và các thứ linh tinh khác.
It has a call stack, an event loop, a callback queue, some other apis and stuff.
Cái gì xảy ra khi bạn gọi function trong Call Stack cần một lượng lớn thời gian để xử lý?
What happens when you have function calls in the Call Stack that take a huge amount of time in order to be processed?
Call Stack liệt kê thứ bậc các Sub gọi lần lượt từ ngoài vào trong cho đến vị trí code đang ngừng hiện thời.
Call Stack hierarchical list of Sub turn called in from the outside to stop the current location code is time.
Function Execution Context bị huỷ,nó bị xoá khỏi Call Stack, các variable a, b và ret cũng không còn nữa.
The local execution context is destroyed,it is removed from the call stack, the variables a, b and ret no longer exist.
Khi code được thực thi, global execuion context được tạo( đại diện bởi hàm main)và đẩy lên đầu call stack.
When this code is executed, a global execution context is created(represented by main())and pushed to the top of the call stack.
Một khi trình duyệt của bạn bắt đầu xử lý quá nhiều task trong Call Stack, nó sẽ ngừng đáp ứng trong một thời gian dài.
Once your browser starts processing so many tasks in the Call Stack, it may stop being responsive for quite a long time.
Call stack có cấu trúc LIFO, có nghĩa là các context chỉ có thể thêm vào hoặc lấy ra từ node đầu tiên của stack..
The call stack has a LIFO structure which means that the items can be added or removed from the top of the stack only.
Thread stack cũng chứa cả những biến localcủa từng hàm đang được thực thi( tất cả các hàm trong call stack).
The thread stack also contains all localvariables for each method being executed(all methods on the call stack).
Call Stack( phần quan trọng hơn), giúp bạn hiểu chính xác dòng code có chứa lỗi và lý do tại sao dòng code đó đang được thực thi.
Call stack; you need to understand the exact line of code that contains the error and the reason why that line of code is being executed.
Mỗi khi chúng ta gọi một function,V8 đặt một reference đến function đó bên trong 1 call stack và nó tiếp tục làm như vậy cho mỗi lần gọi lồng nhau của các function khác.
Every time we invoke a function,V8 places a reference to that function on the call stack and it keeps doing so for each nested invocation of other functions.
Vấn đề là trong khi Call Stack có function đang thực thi, thì trình duyệt có thể không thực sự làm bất cứ điều gì khác- nó đang bị chặn.
The problem is that while the Call Stack has functions to execute, the browser can't actually do anything else- it's getting blocked.
Và đây chính xác là cách xây dựng các stack traces khi 1 exception đang được“ ném”-về cơ bản nó là state của Call Stack khi exception xảy ra.
And this is exactly how stack traces are being constructed when an exception is being thrown-it is basically the state of the Call Stack when the exception happened.
Call Stack( phần quan trọng hơn), giúp bạn hiểu chính xác dòng code có chứa lỗi và lý do tại sao dòng code đó đang được thực thi.
The Call Stack(the more important part), which helps you understand the exact line of code that contains the error and the reason why that line of code is being executed.
Tuy nhiên, trong vài thời điểm, số lượng function calls trong Call Stack sẽ vượt quá kích thước thực sự của Call Stack và hệ điều hành sẽ quyết định hành động bằng cách ném 1 error trông như này.
At some point, however, the number of function calls in the Call Stack exceeds the actual size of the Call Stack, and the browser decides to take action, by throwing an error, which can look something like this.
Results: 29, Time: 0.0201

Word-for-word translation

S

Synonyms for Call stack

ngăn xếp cuộc gọi

Top dictionary queries

Vietnamese - English