Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dshared-function-info.h217 V8_EXPORT_PRIVATE void SetScript(ReadOnlyRoots roots,
Dshared-function-info.cc178 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() function in v8::internal::SharedFunctionInfo
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc332 shared->SetScript(read_only_roots(), *script, literal->function_literal_id(), in NewSharedFunctionInfoForLiteral()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3320 shared->SetScript(isolate->factory()->read_only_roots(), *script, 0, false); in Compile()
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log228 …operty 'name' conflicts with built-in property 'Function.name' of constructor function 'SetScript'.
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc715 empty_function->shared().SetScript(ReadOnlyRoots(isolate()), *script, 1); in CreateEmptyFunction()