Searched defs:JSFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/tools/
H A Dgrokdump.py1328 class JSFunction(HeapObject): class in inherits:HeapObject
1344 p.Print("JSFunction(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1363 return "JSFunction(%s, %s)" % \
1504 "JS_FUNCTION_TYPE": JSFunction,
/external/chromium_org/v8/src/
H A Dobjects.h51 // - JSFunction
949 V(JSFunction) \
4559 // JSFunctionResultCache caches results of some JSFunction invocation.
6537 static Handle<Map> Create(Handle<JSFunction> constructor,
7045 // SharedFunctionInfo describes the JSFunction information that can be
7540 DECL_ACCESSORS(function, JSFunction)
7633 // JSFunction describes JavaScript functions.
7634 class JSFunction: public JSObject { class in class:v8::internal::ConstantPoolArray
7693 // - Detect the first constructor call for this JSFunction.
7759 static void EnsureHasInitialMap(Handle<JSFunction> functio
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 176 milliseconds