Lines Matching defs:function
21 #include "include/v8-function.h"
99 #include "src/objects/shared-function-info.h"
1339 // function templates when the isolate is created for serialization.
1965 // The embedder field count is set by the constructor function's
1967 // function to do the setting.
2024 i::Handle<i::JSFunction> function =
2028 return ToApiHandle<Script>(function);
2679 i::Handle<i::JSFunction> function =
2681 i::Isolate* isolate = function->GetIsolate();
2682 i::Handle<i::SharedFunctionInfo> shared(function->shared(), isolate);
2815 Local<Function> function) {
2817 i::Handle<i::JSFunction>::cast(Utils::OpenHandle(*function));
9145 i::Handle<i::JSReceiver> function = Utils::OpenHandle(*v8_function);
9147 if (!i::JSReceiver::GetContextForMicrotask(function).ToHandle(