Lines Matching refs:GetScript
38 if (auto script = GetScript()) {
45 if (auto script = GetScript()) {
79 if (GetScript(isolate, info).ToHandle(&script)) {
100 if (GetScript(isolate, info).ToHandle(&script)) {
121 if (!GetScript(isolate, info).ToHandle(&script)) {
148 if (!GetScript(isolate, info).ToHandle(&script)) {
165 if (auto script = GetScript()) {
172 if (auto script = GetScript()) {
179 if (auto script = GetScript()) {
186 if (auto script = GetScript()) {
195 if (auto script = GetScript()) {
259 if (!GetScript(isolate, info).ToHandle(&script) ||
573 base::Optional<Script> CallSiteInfo::GetScript() const {
592 MaybeHandle<Script> CallSiteInfo::GetScript(Isolate* isolate,
594 if (auto script = info->GetScript()) {