Home
last modified time | relevance | path

Searched defs:hasParameterExprs (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DScope.cpp577 static inline uint32_t FunctionScopeEnvShapeFlags(bool hasParameterExprs) { in FunctionScopeEnvShapeFlags()
587 JSContext* cx, Handle<Data*> dataArg, bool hasParameterExprs, in create()
601 JSContext* cx, MutableHandle<UniquePtr<Data>> data, bool hasParameterExprs, in createWithData()
654 JSContext* cx, bool hasParameterExprs) { in getEmptyEnvironmentShape()
709 uint8_t hasParameterExprs; in XDR() local
H A DScope.h441 bool hasParameterExprs; member
512 bool hasParameterExprs() const { return data().hasParameterExprs; } in hasParameterExprs() function
1117 BindingIter(FunctionScope::Data& data, bool hasParameterExprs) { in BindingIter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DScope.cpp753 JSContext* cx, MutableHandle<UniquePtr<Data>> data, bool hasParameterExprs, in prepareForScopeCreation()
772 bool hasParameterExprs) { in updateEnvShapeIfRequired()
790 bool needsEnvironment, bool hasParameterExprs) { in updateEnvShapeIfRequired()
810 JSContext* cx, MutableHandle<UniquePtr<Data>> data, bool hasParameterExprs, in createWithData()
890 uint8_t hasParameterExprs; in XDR() local
1902 bool hasParameterExprs, bool needsEnvironment, in create()
H A DScope.h512 bool hasParameterExprs = false; member
596 bool hasParameterExprs() const { return data().hasParameterExprs; } in hasParameterExprs() function
1254 BindingIter(FunctionScope::Data& data, bool hasParameterExprs) { in BindingIter()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/route53/types/
H A Derrors.go441 func (e *InvalidDomainName) ErrorCode() string { return "InvalidDomainName" }
509 return *e.Message
510 }
511 func (e *InvalidKMSArn) ErrorCode() string { return "InvalidKMSArn" }
1051 // (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html)
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DScope.h748 bool hasParameterExprs() const { return flags & HasParameterExprsFlag; } in hasParameterExprs() function
810 bool hasParameterExprs() const { return data().slotInfo.hasParameterExprs(); } in hasParameterExprs() function
1477 bool hasParameterExprs) { in BaseAbstractBindingIter()
H A DScope.cpp1039 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in prepareForScopeCreation()
1066 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in createWithData()
1142 uint8_t hasParameterExprs; in XDR() local
2241 FunctionScope::ParserData* data, bool hasParameterExprs, in createForFunctionScope()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DScope.h712 bool hasParameterExprs() const { return flags & HasParameterExprsFlag; } in hasParameterExprs() function
767 bool hasParameterExprs() const { return data().slotInfo.hasParameterExprs(); } in hasParameterExprs() function
1412 bool hasParameterExprs) { in BaseAbstractBindingIter()
H A DScope.cpp738 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in prepareForScopeCreation()
765 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in createWithData()
1666 FunctionScope::ParserData* data, bool hasParameterExprs, in createForFunctionScope()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DScope.h748 bool hasParameterExprs() const { return flags & HasParameterExprsFlag; } in hasParameterExprs() function
810 bool hasParameterExprs() const { return data().slotInfo.hasParameterExprs(); } in hasParameterExprs() function
1477 bool hasParameterExprs) { in BaseAbstractBindingIter()
H A DScope.cpp1039 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in prepareForScopeCreation()
1066 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in createWithData()
1142 uint8_t hasParameterExprs; in XDR() local
2241 FunctionScope::ParserData* data, bool hasParameterExprs, in createForFunctionScope()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DFrontend2.cpp235 bool hasParameterExprs = function.has_parameter_exprs; in ConvertScopeStencil() local
H A DSharedContext.h390 bool hasParameterExprs : 1; variable
H A DParser.cpp1224 JSContext* cx, ParseContext::Scope& scope, bool hasParameterExprs, in NewFunctionScopeData()
1349 ParseContext::Scope& scope, bool hasParameterExprs) { in newFunctionScopeData()
2070 bool hasParameterExprs = funbox->hasParameterExprs; in finishFunction() local
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DFrontend2.cpp238 bool hasParameterExprs = function.has_parameter_exprs; in ConvertScopeStencil() local
H A DSharedContext.h401 bool hasParameterExprs : 1; variable
H A DParser.cpp1244 JSContext* cx, ParseContext::Scope& scope, bool hasParameterExprs, in NewFunctionScopeData()
1369 ParseContext::Scope& scope, bool hasParameterExprs) { in newFunctionScopeData()
2086 bool hasParameterExprs = funbox->hasParameterExprs; in finishFunction() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DFrontend2.cpp235 bool hasParameterExprs = function.has_parameter_exprs; in ConvertScopeStencil() local
H A DSharedContext.h390 bool hasParameterExprs : 1; variable
H A DParser.cpp1224 JSContext* cx, ParseContext::Scope& scope, bool hasParameterExprs, in NewFunctionScopeData()
1349 ParseContext::Scope& scope, bool hasParameterExprs) { in newFunctionScopeData()
2070 bool hasParameterExprs = funbox->hasParameterExprs; in finishFunction() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DSharedContext.h362 bool hasParameterExprs : 1; variable
H A DParser.cpp1120 bool hasParameterExprs, in NewFunctionScopeData()
1235 ParseContext::Scope& scope, bool hasParameterExprs) { in newFunctionScopeData()
1716 bool hasParameterExprs = funbox->hasParameterExprs; in finishFunction() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DSharedContext.h460 bool hasParameterExprs:1; /* parameter list contains expressions */ variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DSharedContext.h303 bool hasParameterExprs : 1; /* parameter list contains expressions */ variable
H A DParser.cpp1785 bool hasParameterExprs, in NewFunctionScopeData()
1869 ParseContext::Scope& scope, bool hasParameterExprs) { in newFunctionScopeData()
2222 bool hasParameterExprs = funbox->hasParameterExprs; in finishFunction() local

12