Home
last modified time | relevance | path

Searched refs:js_fun (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc1108 JSBoundFunction* js_fun = JSBoundFunction::cast(obj); in ExtractJSObjectReferences() local
1109 TagObject(js_fun->bound_arguments(), "(bound arguments)"); in ExtractJSObjectReferences()
1110 SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(), in ExtractJSObjectReferences()
1112 TagObject(js_fun->creation_context(), "(creation context)"); in ExtractJSObjectReferences()
1113 SetInternalReference(js_fun, entry, "creation_context", in ExtractJSObjectReferences()
1114 js_fun->creation_context(), in ExtractJSObjectReferences()
1116 SetNativeBindReference(js_obj, entry, "bound_this", js_fun->bound_this()); in ExtractJSObjectReferences()
1118 js_fun->bound_target_function()); in ExtractJSObjectReferences()
1119 FixedArray* bindings = js_fun->bound_arguments(); in ExtractJSObjectReferences()
1125 JSFunction* js_fun = JSFunction::cast(js_obj); in ExtractJSObjectReferences() local
[all …]