Lines Matching refs:CallSite
169 CallSite::CallSite(Isolate* isolate, Handle<JSObject> call_site_obj) in CallSite() function in v8::internal::CallSite
198 Handle<Object> CallSite::GetFileName() { in GetFileName()
206 Handle<Object> CallSite::GetFunctionName() { in GetFunctionName()
223 Handle<Object> CallSite::GetScriptNameOrSourceUrl() { in GetScriptNameOrSourceUrl()
251 Handle<Object> CallSite::GetMethodName() { in GetMethodName()
308 int CallSite::GetLineNumber() { in GetLineNumber()
320 int CallSite::GetColumnNumber() { in GetColumnNumber()
332 bool CallSite::IsNative() { in IsNative()
340 bool CallSite::IsToplevel() { in IsToplevel()
347 bool CallSite::IsEval() { in IsEval()
356 bool CallSite::IsConstructor() { in IsConstructor()