Lines Matching refs:lexenv

386                                                            const JSHandle<JSTaggedValue> &lexenv)
416 propValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, prototype, lexenv));
422 ClassPropertyType::NON_STATIC, lexenv);
429 ClassHelper::HandleElementsProperties(thread, prototype, lexenv, nonStaticElements);
441 CreateJSFunctionFromTemplate(thread, literalFunc, JSHandle<JSObject>(constructor), lexenv));
447 staticProperties, ClassPropertyType::STATIC, lexenv);
454 ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), lexenv, staticElements);
472 const JSHandle<JSTaggedValue> &lexenv,
522 propValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, prototype, lexenv));
528 ClassPropertyType::NON_STATIC, lexenv);
535 ClassHelper::HandleElementsProperties(thread, prototype, lexenv, nonStaticElements);
548 CreateJSFunctionFromTemplate(thread, literalFunc, JSHandle<JSObject>(constructor), lexenv));
560 staticProperties, ClassPropertyType::STATIC, lexenv);
567 ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), lexenv, staticElements);
587 const JSHandle<JSTaggedValue> &lexenv)
593 propFunc->SetLexicalEnv(thread, lexenv);
601 const JSHandle<JSTaggedValue> &lexenv)
640 propValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, object, lexenv));
713 const JSHandle<JSTaggedValue> &lexenv, JSHandle<TaggedArray> &elements)
722 elementsValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, object, lexenv));
919 const JSHandle<JSTaggedValue> &lexenv)
924 propFunc->SetLexicalEnv(thread, lexenv);