Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h229 inline Object* JavaScriptFrame::function_slot_object() const { in function_slot_object() function
Dframes.h937 inline Object* function_slot_object() const;
Dframes.cc970 return JSFunction::cast(function_slot_object()); in function()