Searched refs:JavaScript (Results 1 – 25 of 108) sorted by relevance
12345
/external/webkit/V8Binding/v8/benchmarks/ |
D | README.txt | 4 This is the V8 benchmark suite: A collection of pure JavaScript 6 individual benchmarks are included in the JavaScript files. 11 and a standalone JavaScript version (run.js). 28 obtaining scores that are the result of an incorrect JavaScript engine 50 memory management subsystem of the JavaScript engine.
|
/external/webkit/WebKit/mac/Misc/ |
D | WebCache.mm | 56 [NSNumber numberWithInt:s.scripts.count], @"JavaScript", 66 [NSNumber numberWithInt:s.scripts.size], @"JavaScript", 76 [NSNumber numberWithInt:s.scripts.liveSize], @"JavaScript", 86 [NSNumber numberWithInt:s.scripts.decodedSize], @"JavaScript", 96 [NSNumber numberWithInt:s.scripts.purgeableSize], @"JavaScript", 106 [NSNumber numberWithInt:s.scripts.purgedSize], @"JavaScript",
|
/external/webkit/V8Binding/v8/src/ |
D | builtins.h | 172 enum JavaScript { enum 193 static const char* GetName(JavaScript id) { return javascript_names_[id]; } in GetName() 194 static int GetArgumentsCount(JavaScript id) { return javascript_argc_[id]; } in GetArgumentsCount() 195 static Handle<Code> GetCode(JavaScript id, bool* resolved);
|
/external/webkit/WebCore/bridge/jni/ |
D | jni_jsobject.mm | 119 // Setup a source to signal once the invocation of the JavaScript 130 // Wakeup JavaScript access thread and make it do it's work. 135 // Wait until the JavaScript access thread is done. 148 // Dispatch JavaScript calls here. 162 // Must be called from the thread that will be used to access JavaScript. 172 // thread that a JavaScript call needs to be invoked. 191 // call JavaScript. 207 …fprintf (stderr, "%s:%d: Attempt to access JavaScript from destroyed applet, type %d.\n", __FILE_… 258 fprintf (stderr, "%s: invalid JavaScript call\n", __PRETTY_FUNCTION__); 500 // See section 22.7 of 'JavaScript: The Definitive Guide, 4th Edition', [all …]
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 483 …[menuItem setTitle:UI_STRING("Stop Debugging JavaScript", "title for Stop Debugging JavaScript men… 485 …[menuItem setTitle:UI_STRING("Start Debugging JavaScript", "title for Start Debugging JavaScript m… 489 …[menuItem setTitle:UI_STRING("Stop Profiling JavaScript", "title for Stop Profiling JavaScript men… 491 …[menuItem setTitle:UI_STRING("Start Profiling JavaScript", "title for Start Profiling JavaScript m…
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_class.mm | 119 // See if the class wants to exclude the selector from visibility in JavaScript. 124 // See if the class want to provide a different name for the selector in JavaScript. 171 // See if the class wants to exclude the selector from visibility in JavaScript. 176 // See if the class want to provide a different name for the selector in JavaScript. 212 // See if the class wants to exclude the selector from visibility in JavaScript. 217 … // See if the class want to provide a different name for the selector in JavaScript.
|
D | objc_utility.mm | 69 By default, a JavaScript method name is produced by concatenating the 74 ObjectiveC name Default JavaScript name 120 JavaScript to ObjC 212 ObjC to JavaScript 224 WebScriptObject underlying JavaScript object
|
D | objc_instance.mm | 153 // Invoke invokeUndefinedMethodFromWebScript:withArguments:, pass JavaScript function 229 // Get the return value and convert it to a JavaScript value. Length 284 // Get the return value and convert it to a JavaScript value. Length
|
/external/webkit/WebKit/English.lproj/ |
D | Localizable.strings | 313 /* title for Start Debugging JavaScript menu item */ 314 "Start Debugging JavaScript" = "Start Debugging JavaScript"; 316 /* title for Start Profiling JavaScript menu item */ 317 "Start Profiling JavaScript" = "Start Profiling JavaScript"; 325 /* title for Stop Debugging JavaScript menu item */ 326 "Stop Debugging JavaScript" = "Stop Debugging JavaScript"; 328 /* title for Stop Profiling JavaScript menu item */ 329 "Stop Profiling JavaScript" = "Stop Profiling JavaScript";
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | macro-assembler-ia32.h | 115 void InvokeBuiltin(Builtins::JavaScript id, InvokeFlag flag); 118 void GetBuiltinEntry(Register target, Builtins::JavaScript id); 324 Handle<Code> ResolveBuiltin(Builtins::JavaScript id, bool* resolved);
|
/external/webkit/V8Binding/v8/src/arm/ |
D | macro-assembler-arm.h | 269 void InvokeBuiltin(Builtins::JavaScript id, InvokeJSFlags flags); 273 void GetBuiltinEntry(Register target, Builtins::JavaScript id); 332 Handle<Code> ResolveBuiltin(Builtins::JavaScript id, bool* resolved);
|
/external/webkit/V8Binding/v8/tools/visual_studio/ |
D | README.txt | 10 Base V8 library containing all the V8 code but no JavaScript library code. This 15 V8 library containing all the V8 and JavaScript library code embedded as source 29 V8 library containing all the V8 and JavaScript library code embedded as a heap
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/ |
D | README | 1 JavaScript 1.6
|
/external/webkit/V8Binding/v8/src/x64/ |
D | macro-assembler-x64.h | 124 void InvokeBuiltin(Builtins::JavaScript id, InvokeFlag flag); 127 void GetBuiltinEntry(Register target, Builtins::JavaScript id); 366 Handle<Code> ResolveBuiltin(Builtins::JavaScript id, bool* resolved);
|
/external/webkit/V8Binding/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 6 [JavaScript]:
|
D | tickprocessor-test.default | 12 [JavaScript]:
|
D | tickprocessor-test.ignore-unknown | 8 [JavaScript]:
|
D | tickprocessor-test.separate-ic | 12 [JavaScript]:
|
/external/webkit/WebKit/qt/docs/ |
D | qtwebkit.qdoc | 23 scripted with JavaScript. 25 A bridge between the JavaScript execution environment and the Qt object 87 bridge to the JavaScript window object and can be painted using QPainter. 91 Individual elements of an HTML document can be accessed via DOM JavaScript
|
/external/webkit/V8Binding/v8/ |
D | ChangeLog | 16 Fixed a bug in the support for forceful termination of JavaScript 41 Add support for forceful termination of JavaScript execution. 79 Added JavaScript debugger support to 64-bit version. 157 Changed the debugger to avoid stopping in its own JavaScript code 325 Exposed the calling JavaScript context through the static API 639 Reduced binary by stripping unneeded text from JavaScript library and 640 minifying some JavaScript files. 739 Added support for calling a JavaScript function with the current 783 accessors defined in JavaScript code by using __defineGetter__ and 895 names for builtin JavaScript functions and C++ callback functions. [all …]
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 59 as specified in the JavaScript spec. We were already doing this right in the 66 Rolled in Harri Porten's change to accept non-breaking space in JavaScript. 84 JavaScript.framework from symroots manually. 112 … - fixed 3419380 -- JavaScript Date.getTimezoneOffset is off by one hour (during daylight savings) 238 …- fixed 3365527 -- subscripting JavaScript strings does not work (leads to hang at www.newmagna.co… 240 The JavaScript specification says nothing about this, but other browsers seem to give 325 - fixed 3240814 - LEAK: 120 byte leak in JavaScript parser in Sherlock Movies channel 564 - fixed 3254484 - Add a way to print JavaScript exceptions to the console via the debug menu 565 - improved JavaScript error message format 653 - a couple improvements that give a 6.6% speedup on iBench JavaScript [all …]
|
D | ChangeLog-2002-12-03 | 114 marking instead; gains 1% on JavaScript iBench 515 of blocks of pointers. 7% improvement on JavaScript 605 a 1.5% speedup in the JavaScript iBench 646 - a first step towards atomic identifiers in JavaScript 700 - another hash table fix; yields a 2% improvement on iBench JavaScript 721 - a fix that gives another 1.5% on the iBench JavaScript test 765 - property and string improvements giving a 7% or so improvement in JavaScript iBench 792 allocator. 3.6% performance improvement on JavaScript iBench. 919 Sped up JavaScript iBench by 6%. 934 - fix worst speed problems on the sort page of the iBench JavaScript test [all …]
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCoreGenerated.make | 7 xcopy /y /d "..\..\API\JavaScript.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore"
|
/external/webkit/SunSpider/ |
D | ChangeLog | 111 This allows all 3 major JavaScript engines to be used with the 158 Make SunSpider work with JavaScript shells that don't take filenames 697 four of the most popular JavaScript libraries. 720 - New JavaScript benchmark 723 A start on a new JavaScript benchmark, with standalone and 737 * resources/sunspider-standalone-driver.js: Added. JavaScript part 739 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 111 @constant WebDragDestinationActionDHTML Allows DHTML (such as JavaScript) to handle the drag 128 @constant WebDragSourceActionDHTML Allows DHTML (such as JavaScript) to start a drag 403 @abstract Display a JavaScript alert panel 407 from JavaScript. The panel should have a single OK button. 414 @abstract Display a JavaScript confirm panel 419 from JavaScript. The panel should have two buttons, e.g. "OK" and 427 @abstract Display a JavaScript text input panel 433 from JavaScript. The panel should have two buttons, e.g. "OK" and 444 @param frame The WebFrame whose JavaScript initiated this call.
|
12345