JAVASCRIPTエンジンは in English translation

javascript engine
javascriptエンジン
javascript engines
javascriptエンジン

Examples of using Javascriptエンジンは in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Mozillaスイートのスタートアップ時にVenkmanを最初に起動しようとブラウザコンポーネントを最初に起動しようと、JavaScriptエンジンはウェブページで読み込まれたスクリプト及び様々なMozillaのユーザインターフェイス自体で読み込まれたスクリプト全てを追跡してコンパイルします。
Whether or not you start Venkman first or the browser component, when the Mozilla suite starts up, the JavaScript engine begins to keep track of and compile all the scripts that are loaded in web pages and in the various Mozilla user interfaces themselves.
型付き配列はC言語の配列のようにメモリのバッファに対して型ビューを使ってアクセスします。型付き配列は生のメモリにデータが保存されるため、JavaScriptエンジンはネイティブライブラリに直接メモリ上のデータを渡すことができます。
A Typed Array is a slab of memory with a typed view into it, much like how arrays work in C. Because a Typed Array is backed by raw memory, the JavaScript engine can pass the memory directly to native libraries without having to painstakingly convert the data to a native representation.
見つかったら、式が評価されてfooが5で置き換えられ、JavaScriptエンジンはその値を関数に引数として渡します。関数本体の中の文を実行する前に、JavaScriptは渡された引数のコピーを取り(すなわちプリミティブ値)、ローカルのコピーを生成します。
It correctly finds our variable instantiated with our first statement After finding it, the expression is evaluated, foo is replaced by 5 and the JavaScript engine passes that value to the functions as an argument Before executing the statements inside the functions' bodies, JavaScript takes a copy of the original passed argument(which is a primitive) and creates a local copy.
最初のJavaScriptエンジンはNetscapeNavigator向けにブレンダン・アイクによって1995年に作成された。
The first JavaScript engine was created by Brendan Eich in 1995 for the Netscape Navigator web browser.
最近のJavaScriptエンジンはこのような場合に最適化するはずですが、コードが新しいエンジンで実行されるかどうか、知る方法はありません。
And while recent JavaScript engines may apply optimization in this case, there is no way of telling whether the code will run on one of these newer engines or not.
それはJavaScriptエンジンが決定します。
The JavaScript engine decides that.
注意:この関数はJavaScriptエンジンのテスト時にのみ使われます。
Note: This function is intended only for use when testing the JavaScript engine.
JavaScriptエンジンガベージコレクタと呼ばれるバックグラウンドプロセスがあります。
There's a background process in the JavaScript engine that is called garbage collector.
最大の再帰の深さはJavaScriptエンジンによって制限されています。
The maximal recursion depth is limited by JavaScript engine.
Note:この関数はJavaScriptエンジンのテストにのみ使うことを目的にしています。
Note: This function is intended only for use when testing the JavaScript engine.
Chrome45ではJavaScriptエンジンのV8が更新され、ECMAScript2015のサポートが向上しました。
Other performance updates include V8 JavaScript engine 5.0 with improved ECMAScript 2015 support.
Environment-version:ServerCodeを実行する際に使用するJavaScriptエンジンのバージョンを指定します(JavaScriptエンジンの詳細はJavaScriptエンジンを参照してください)。
Environment-version: The version of the JavaScript engine on which the server code is executed(For more information about the JavaScript engine, see JavaScript Engine)..
注意:JavaScriptシェルはJavaScriptエンジンのテスト環境として使われているため、利用可能なオプションと組み込み関数はそのうちに変わる可能性があります。
Note: Because the JavaScript shell is used as a test environment for the JavaScript engine, the available options and built-in functions can change over time.
JavaScriptエンジン
JavaScript Engine.
というJavascriptエンジン
A Javascript Engine.
SpiderMonkeyJavaScriptエンジンでは、この文字列は"[objectObject]"となるでしょう。
In the SpiderMonkey JavaScript engine, this string would be"object Object.
InternalErrorオブジェクトは、JavaScriptエンジン内部で発生したエラーを示します。
The InternalError object indicates an error that occurred internally in the JavaScript engine.
パフォーマンスIE9は新しいJavaScriptエンジン、“Chakra”を備えています。
IE9 has a new JavaScript engine,“Chakra.”.
JavaScriptエンジン(英語:JavaScriptengine)は、JavaScriptのコードを実行するコンピュータプログラムである。
A JavaScript engine is a computer program that executes JavaScript(JS) code.
指定したJavaScriptエンジンが利用できない場合はエラーを返します。
If the specified JavaScript engine is unavailable, an error will be returned.
Results: 293, Time: 0.0207

Word-for-word translation

Top dictionary queries

Japanese - English