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

/external/v8/tools/
H A Dgrokdump.py792 class JSFunction(HeapObject): class in inherits:HeapObject
808 p.Print("JSFunction(%s) {" % self.heap.reader.FormatIntPtr(self.address))
827 return "JSFunction(%s, %s)" % \
943 "JS_FUNCTION_TYPE": JSFunction,
/external/chromium_org/v8/tools/
H A Dgrokdump.py1292 class JSFunction(HeapObject): class in inherits:HeapObject
1308 p.Print("JSFunction(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1327 return "JSFunction(%s, %s)" % \
1463 "JS_FUNCTION_TYPE": JSFunction,
/external/v8/src/
H A Dobjects.h61 // - JSFunction
816 V(JSFunction) \
1899 JSFunction* function,
2473 inline JSFunction* GetConstantFunction(int descriptor_number);
3284 // JSFunctionResultCache caches results of some JSFunction invocation.
4693 inline JSFunction* unchecked_constructor();
5136 // SharedFunctionInfo describes the JSFunction information that can be
5699 // JSFunction describes JavaScript functions.
5700 class JSFunction: public JSObject { class in namespace:v8::internal
5744 static bool CompileLazy(Handle<JSFunction> functio
[all...]
/external/chromium_org/v8/src/
H A Dobjects.h71 // - JSFunction
1010 V(JSFunction) \
3992 // JSFunctionResultCache caches results of some JSFunction invocation.
4861 // Will contain either a TypeFeedbackInfo object, or JSFunction object,
6247 // SharedFunctionInfo describes the JSFunction information that can be
6269 void InstallFromOptimizedCodeMap(JSFunction* function, int index);
6831 DECL_ACCESSORS(function, JSFunction)
6921 // JSFunction describes JavaScript functions.
6922 class JSFunction: public JSObject { class in namespace:v8::internal
6965 static bool EnsureCompiled(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 195 milliseconds