Home
last modified time | relevance | path

Searched refs:ejsSetPropertyAndFree (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/appweb/ejs-2.0/ejs/
H A DejsClass.c142 ejsSetPropertyAndFree(ep, parentClass, className, classObj); in ejsDefineClass()
H A DejsVar.c2310 EjsProperty *ejsSetPropertyAndFree(Ejs *ep, EjsVar *obj, in ejsSetPropertyAndFree() function
2409 return ejsSetPropertyAndFree(ep, vp, prop, in ejsSetPropertyToMethod()
2418 return ejsSetPropertyAndFree(ep, vp, prop, ejsCreateNumberVar(ep, value)); in ejsSetPropertyToNumber()
2516 return ejsSetPropertyAndFree(ep, vp, prop, in ejsSetPropertyToNewObj()
2524 return ejsSetPropertyAndFree(ep, op, prop, ejsCreateObjVar(ep)); in ejsSetPropertyToObj()
H A DejsParser.c2016 ep->currentProperty = ejsSetPropertyAndFree(ep, obj, className, classObj); in createClass()
2738 ep->currentProperty = ejsSetPropertyAndFree(ep, ep->currentObj, in parseId()
4012 ejsSetPropertyAndFree(ep, sp->arguments, "callee", sp->callee); in callMethod()
4013 ejsSetPropertyAndFree(ep, ep->local, "arguments", sp->arguments); in callMethod()
H A DejsVar.h941 extern EjsProperty *ejsSetPropertyAndFree(Ejs *ep, EjsVar *obj,
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/appweb/ejs-2.0/ejs/classes/
H A DejsObject.c554 objectProp = ejsSetPropertyAndFree(ep, ep->global, "Object", op); in ejsDefineObjectClass()