Lines Matching refs:literalFunc
415 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
416 propValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, prototype, lexenv));
439 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
441 CreateJSFunctionFromTemplate(thread, literalFunc, JSHandle<JSObject>(constructor), lexenv));
521 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
522 propValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, prototype, lexenv));
546 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
548 CreateJSFunctionFromTemplate(thread, literalFunc, JSHandle<JSObject>(constructor), lexenv));
639 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
640 propValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, object, lexenv));
721 auto literalFunc = JSHandle<FunctionTemplate>::Cast(elementsValue);
722 elementsValue.Update(CreateJSFunctionFromTemplate(thread, literalFunc, object, lexenv));
777 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
779 CreateSFunctionFromTemplate(thread, literalFunc, prototype, JSHandle<JSTaggedValue>(constructor)));
803 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
805 thread, literalFunc, JSHandle<JSObject>(constructor), JSHandle<JSTaggedValue>(constructor)));
905 auto literalFunc = JSHandle<FunctionTemplate>::Cast(propValue);
906 propValue.Update(CreateSFunctionFromTemplate(thread, literalFunc, object, JSHandle<JSTaggedValue>(ctor)));