Searched refs:SetScript (Results 1 – 4 of 4) sorted by relevance
206 V8_EXPORT_PRIVATE void SetScript(ReadOnlyRoots roots,
156 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() function in v8::internal::SharedFunctionInfo
252 shared->SetScript(read_only_roots(), *script, literal->function_literal_id(), in NewSharedFunctionInfoForLiteral()
603 empty_function->shared().SetScript(ReadOnlyRoots(isolate()), *script, 1); in CreateEmptyFunction()