HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 126 - 150 of 6482) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/mjsunit/
argument-assigned.js 28 (function() {
29 function f(x) {
37 (function() {
38 function f(x) {
47 (function() {
48 function f(x) {
61 (function() {
62 function f(x, s) {
70 (function() {
71 function f(x, s)
    [all...]
eval-enclosing-function-name.js 28 // From within 'eval', the name of the enclosing function should be
31 var f = function y() { return typeof y; };
32 assertEquals("function", f());
35 f = function y() { return eval('typeof y'); };
36 assertEquals("function", f());
39 f = function y() { y = 3; return typeof y; };
40 assertEquals("function", f());
43 f = function y() { y += 3; return typeof y; };
44 assertEquals("function", f());
47 f = function y() { y &= y; return typeof y; }
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksParserWorker.js 26 function LeaksParserWorker() {
31 addLeaksFile: function(leaksText) {
35 _parseLeaks: function(text) {
38 text.split("\n").forEach(function(line) {
48 leaks.push({ size: currentSize, stack: line.split(" | ").slice(1).map(function(str) { return str.trim(); }) });
54 _createNode: function(functionName) {
67 // This function creates a fake "profile" from a set of leak stacks. "selfTime" is the number of
68 // stacks in which this function was at the top (in theory, only functions like malloc should have a
69 // non-zero selfTime). "totalTime" is the number of stacks which contain this function (and thus is
70 // the number of leaks that occurred in or beneath this function)
    [all...]
  /external/v8/src/
runtime-profiler.cc 65 // Number of times a function has to be seen on the stack before it is
68 // If a function does not have enough type info (according to
75 // Maximum size in bytes of generated code for a function to be optimized
111 static void GetICCounts(JSFunction* function,
118 function->shared()->code()->type_feedback_info();
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
131 ASSERT(function->IsOptimizable());
134 function->PrintName();
135 PrintF(" 0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(function->address()));
139 GetICCounts(function, &typeinfo, &total, &percentage)
249 JSFunction* function = JSFunction::cast(frame->function()); local
404 Object* function = sampler_window_[i]; local
466 Object* function = sampler_window_[i]; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 31 WebInspector.injectedExtensionAPI = function(InjectedScriptHost, inspectedWindow, injectedScriptId)
40 function EventSinkImpl(type, customDispatch)
48 addListener: function(callback)
50 if (typeof callback != "function")
51 throw new "addListener: callback is not a function";
58 removeListener: function(callback)
72 _fire: function()
79 _dispatch: function(request)
88 function InspectorExtensionAPI()
99 log: function(message
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 16 inspect: function(object) {
22 var escapedString = this.gsub(object, /[\x00-\x1f\\]/, function(match) {
35 $: function(element) {
45 gsub: function(source, pattern, replacement) {
60 scan: function(source, pattern, iterator) {
64 escapeHTML: function(data) {
67 arrayfromargs: function(args) {
76 hashToSortedArray: function(hash) {
83 flattenArray: function(array) {
96 selectorMatch: function(expression, element)
    [all...]
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
CallingConvention.S 25 .type dvmJitCalleeSave, %function
31 .type dvmJitCalleeRestore, %function
  /dalvik/vm/compiler/codegen/arm/armv7-a/
CallingConvention.S 25 .type dvmJitCalleeSave, %function
31 .type dvmJitCalleeRestore, %function
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
CallingConvention.S 25 .type dvmJitCalleeSave, %function
31 .type dvmJitCalleeRestore, %function
  /dalvik/vm/mterp/out/
InterpAsm-allstubs.S 9 .type dvmAsmInstructionStart, %function
26 .type dvmAsmSisterStart, %function
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MismatchedNotSetException.as 32 public function MismatchedNotSetException(expecting:BitSet, input:IntStream) {
MismatchedRangeException.as 33 public function MismatchedRangeException(a:int, b:int, input:IntStream) {
39 public function toString():String {
MismatchedSetException.as 33 public function MismatchedSetException(expecting:BitSet, input:IntStream) {
38 public function toString():String {
MismatchedTokenException.as 34 public function MismatchedTokenException(expecting:int, input:IntStream) {
39 public function toString():String {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteCardinalityException.as 37 public function RewriteCardinalityException(elementDescription:String) {
42 public function getMessage():String {
RewriteEarlyExitException.as 33 public function RewriteEarlyExitException(elementDescription:String = null) {
RewriteEmptyStreamException.as 32 public function RewriteEmptyStreamException(elementDescription:String) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CharStream.js 7 org.antlr.runtime.CharStream = function() {};
8 org.antlr.runtime.IntStream = function() {};
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeRuleReturnScope.js 6 org.antlr.runtime.tree.TreeRuleReturnScope = function(){};
11 getStart: function() { return this.start; }
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
no_entrypoint.js 2 "FindProxyForURL() function";
return_unicode.js 2 function FindProxyForURL(url, host) {
unhandled_exception.js 0 function FindProxyForURL(url, host) {
  /external/webkit/LayoutTests/fast/encoding/resources/
yentestexternal2.js 0 function writeYenExternal()
  /external/webkit/LayoutTests/fast/js/resources/
const.js 51 shouldBe("function f() { const one = 1; one++; return one; } f();", "1");
52 shouldBe("function f() { const oneString = '1'; return oneString++; } f();", "1");
53 shouldBe("function f() { const one = 1; return one++; } f();", "1");
56 shouldBe("function f() { const one = 1; one--; return one; } f();", "1");
57 shouldBe("function f() { const oneString = '1'; return oneString--; } f();", "1");
58 shouldBe("function f() { const one = 1; return one--; } f();", "1");
61 shouldBe("function f() { const one = 1; ++one; return one; } f();", "1");
62 shouldBe("function f() { const one = 1; return ++one; } f();", "2");
65 shouldBe("function f() { const one = 1; --one; return one; } f();", "1");
66 shouldBe("function f() { const one = 1; return --one; } f();", "0")
    [all...]

Completed in 476 milliseconds

1 2 3 4 56 7 8 91011>>