Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1155 JSBoundFunction js_fun = JSBoundFunction::cast(obj); in ExtractJSObjectReferences() local
1156 TagObject(js_fun.bound_arguments(), "(bound arguments)"); in ExtractJSObjectReferences()
1157 SetInternalReference(entry, "bindings", js_fun.bound_arguments(), in ExtractJSObjectReferences()
1159 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()
1162 js_fun.bound_target_function(), in ExtractJSObjectReferences()
1164 FixedArray bindings = js_fun.bound_arguments(); in ExtractJSObjectReferences()
1170 JSFunction js_fun = JSFunction::cast(js_obj); in ExtractJSObjectReferences() local
1171 if (js_fun.has_prototype_slot()) { in ExtractJSObjectReferences()
1172 Object proto_or_map = js_fun.prototype_or_initial_map(kAcquireLoad); in ExtractJSObjectReferences()
1180 js_fun.prototype()); in ExtractJSObjectReferences()
[all …]