Lines Matching defs:function
7 #include "include/v8-function.h"
98 Local<String> GetFunctionDescription(Local<Function> function) {
99 auto receiver = Utils::OpenHandle(*function);
120 builder.AppendCStringLiteral("function ");
774 // If the module contains at least one function, the code offset must have
976 i::Object maybe_script = obj->function().shared().script();
984 return Utils::ToLocal(handle(obj->function(), obj->GetIsolate()));
990 i::Object maybe_script = obj->function().shared().script();
996 isolate, i::handle(obj->function().shared(), isolate));
1012 Local<Function> function, Local<Value> recv,
1017 auto self = Utils::OpenHandle(*function);
1052 v8::Isolate* isolate, v8::Local<v8::Script> function,
1059 i::DebugEvaluate::Global(internal_isolate, Utils::OpenHandle(*function),
1105 int GetDebuggingId(v8::Local<v8::Function> function) {
1106 i::Handle<i::JSReceiver> callable = v8::Utils::OpenHandle(*function);
1114 bool SetFunctionBreakpoint(v8::Local<v8::Function> function,
1116 i::Handle<i::JSReceiver> callable = Utils::OpenHandle(*function);