Home
last modified time | relevance | path

Searched refs:SetScript (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dshared-function-info.h206 V8_EXPORT_PRIVATE void SetScript(ReadOnlyRoots roots,
Dshared-function-info.cc156 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() function in v8::internal::SharedFunctionInfo
/external/v8/src/heap/
Dfactory-base.cc252 shared->SetScript(read_only_roots(), *script, literal->function_literal_id(), in NewSharedFunctionInfoForLiteral()
/external/v8/src/init/
Dbootstrapper.cc603 empty_function->shared().SetScript(ReadOnlyRoots(isolate()), *script, 1); in CreateEmptyFunction()