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

/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc1081 JSBoundFunction* js_fun = JSBoundFunction::cast(obj); local
1082 TagObject(js_fun->bound_arguments(), "(bound arguments)");
1083 SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(),
1085 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(),
1088 js_fun->bound_target_function(),
1090 FixedArray* bindings = js_fun->bound_arguments();
1096 JSFunction* js_fun = JSFunction::cast(js_obj); local
1097 Object* proto_or_map = js_fun->prototype_or_initial_map();
1108 heap_->prototype_string(), js_fun
[all...]

Completed in 64 milliseconds